Commit Graph

11 Commits

Author SHA1 Message Date
Ubuntu
9e6b364d46 Add reflection on repeated errors
Key lessons learned:
1. Directory case sensitivity - app/Filament/ not app/filament/
2. UnitEnum/BackedEnum are PHP 8.2 built-in types, not classes
3. Always verify project structure before making changes
4. Learn from working code instead of assumptions
5. Stop and diagnose thoroughly when issues repeat
2026-02-03 09:38:17 +08:00
Ubuntu
2f5c9c9826 Add development next steps for glass project 2026-02-02 22:01:01 +08:00
Ubuntu
e404cf3f8c Fix UnitEnum|string|null type ordering - all Resources fixed
Change all Resources' navigationGroup from 'string|UnitEnum|null' to 'UnitEnum|string|null'
Union type order matters: UnitEnum first, then string

All 4 Resources updated:
- CategoryResource
- BrandResource
- PurchaseOrderResource
- StaffScheduleResource
- InventoryTransactionResource

PHP syntax check passed for all files
2026-02-02 19:36:40 +08:00
Ubuntu
ddce5c70cf Add BackedEnum fix to memory 2026-02-02 17:49:35 +08:00
Ubuntu
33febfbcbd Update memory with navigationGroup type fix 2026-02-02 17:40:33 +08:00
Ubuntu
8198292960 Add Filament 4.x fix to memory 2026-02-02 15:52:42 +08:00
Ubuntu
7c0e8e6b4f Update memory with complete glass-v2 migration details 2026-02-02 15:42:13 +08:00
Ubuntu
700fb1fd14 Update memory with complete glass migration progress 2026-02-02 15:13:07 +08:00
Ubuntu
0777d5f341 Add PHP 8.2 installation and glass-v2 migration progress 2026-02-02 14:33:28 +08:00
Ubuntu
5f544828ac Update daily memory with Gitea integration details 2026-02-02 11:44:36 +08:00
Ubuntu
e0490bf2ae Add README and memory system; remove BOOTSTRAP.md 2026-02-02 11:05:37 +08:00