mirror of
https://github.com/soconnor0919/hristudio.git
synced 2025-12-11 06:34:44 -05:00
- Add plugin store system with dynamic loading of robot actions - Implement plugin store API routes and database schema - Update experiment designer to support plugin-based actions - Refactor environment configuration and sidebar navigation - Improve authentication session handling with additional user details - Update Tailwind CSS configuration and global styles - Remove deprecated files and consolidate project structure
1.5 KiB
1.5 KiB
HRIStudio Documentation
Welcome to the HRIStudio documentation. This directory contains comprehensive documentation about the design, architecture, and implementation of HRIStudio.
Documentation Structure
architecture.md- System architecture, tech stack, and core design decisionsui-design.md- UI/UX guidelines, component structure, and styling decisionsplugin-store.md- Plugin system architecture and implementation detailsauth-and-permissions.md- Authentication and role-based access controlexperiment-designer.md- Experiment designer implementation and flow controldata-layer.md- Database schema, ORM usage, and data validationdevelopment.md- Development guidelines, conventions, and best practicesfuture-roadmap.md- Planned features and future enhancements
Quick Start
- Read through
architecture.mdfor a high-level overview - Review
development.mdfor development setup and guidelines - Explore specific topics in their dedicated files
Contributing
When adding new features or making significant changes:
- Update relevant documentation files
- Follow the established format and style
- Include code examples where appropriate
- Update this README if adding new documentation files