inventory2
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
- Keep reusable UI primitives in `src/components`.
|
||||
- Theme state and brand tokens belong in `src/theme`.
|
||||
- PDF screen components must remain separate from API-rendered document templates.
|
||||
- Any item/SKU lookup UI must be implemented as a searchable picker or autocomplete; do not use long static dropdowns for inventory-scale datasets.
|
||||
|
||||
## Backend rules
|
||||
|
||||
@@ -36,4 +37,3 @@
|
||||
3. Add permission keys in `shared/src/auth`.
|
||||
4. Add frontend route/module under `client/src/modules/<domain>`.
|
||||
5. Register navigation and route guards through the app shell without refactoring existing modules.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user