dev-merges/c709b36 #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev-merges/c709b36"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Spec-Driven Development (SDD)
specs/<NNN>-<feature>/plan.md,tasks.md,spec.mdImplementation
Tests
./vendor/bin/sail artisan testoderphp artisan test)Migration / Config / Ops (falls relevant)
.env.example/ Doku)UI (Filament/Livewire) (falls relevant)
Notes
- Add SettingsCatalogCategoryResolver service with 3-tier caching - Add SettingsCatalogCategory model and migration - Add warm-cache commands for definitions and categories - Update PolicyNormalizer to display categories in settings table - Fix extraction of nested children in choiceSettingValue - Add category inheritance from parent settings - Skip template IDs with {tenantid} placeholder in Graph API calls - Update Livewire table with Category, Data Type, and Description columns Related tests updated and passing.