chore: snapshot project state before AuraUI integration
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run

- Saving current state of Design OS revert
- Saving current styling (Linear/Purple)
- Ready for AuraUI component adoption
This commit is contained in:
fullsizemalt 2025-12-19 16:54:20 -08:00
parent c0291e1b83
commit da5af8c288
4 changed files with 1 additions and 40 deletions

1
design-os Submodule

@ -0,0 +1 @@
Subproject commit 5f773b4158e518fd050b1dfcdb022c5544cce8f8

View file

@ -1,13 +0,0 @@
{
"colors": {
"primary": "lime",
"secondary": "stone",
"neutral": "stone",
"background": "white",
"foreground": "stone-950"
},
"typography": {
"sans": "Inter",
"mono": "JetBrains Mono"
}
}

View file

@ -1,20 +0,0 @@
# CA Grow Ops Manager
## Vision
The CA Grow Ops Manager is a comprehensive facility management system for cannabis cultivation operations. It unifies environment tracking, plant lifecycle management, task delegation, compliance auditing, and visitor management into a single, intuitive interface.
## Core Pillars
1. **Facility Visualization**: 3D Digital Twin of the facility for intuitive navigation and monitoring.
2. **Compliance & Audit**: Rigorous tracking of all actions (SOPs, logs, visitor access) to meet regulatory standards.
3. **Operational Efficiency**: Task management, batch tracking, and automated schedules (IPM, feeding).
4. **Data-Driven Insights**: Real-time environmental metrics and historical reporting.
## Key Features
- **3D Facility Viewer**: Interactive "Time Machine" to view plant states at any point in history.
- **Batch Tracking**: From clone to harvest, integrated with METRC.
- **Visitor Kiosk**: Self-service check-in with badge printing.
- **SOP Library**: Document version control and acknowledgement tracking.
- **Audit Log**: Immutable record of all system activities.

View file

@ -1,7 +0,0 @@
export interface DesignToken {
colors: {
primary: string;
secondary: string;
neutral: string;
}
}