Ahmed Darrazi
c709b366f6
merge: 001-filament-json
...
# Conflicts:
# .specify/tasks.md
# Agents.md
# app/Filament/Resources/PolicyResource.php
# app/Filament/Resources/PolicyResource/Pages/ViewPolicy.php
# app/Filament/Resources/PolicyVersionResource.php
# app/Livewire/SettingsCatalogSettingsTable.php
# app/Services/Graph/GraphContractRegistry.php
# app/Services/Intune/PolicyNormalizer.php
# app/Services/Intune/RestoreService.php
# app/Services/Intune/SettingsCatalogDefinitionResolver.php
# config/graph_contracts.php
# resources/views/filament/infolists/entries/normalized-settings.blade.php
# resources/views/filament/infolists/entries/restore-results.blade.php
# resources/views/filament/infolists/entries/snapshot-json.blade.php
# resources/views/livewire/settings-catalog-settings-table.blade.php
# specs/001-rbac-onboarding/plan.md
# specs/003-settings-catalog-readable/IMPLEMENTATION_STATUS.md
# specs/003-settings-catalog-readable/MANUAL_VERIFICATION_GUIDE.md
# specs/003-settings-catalog-readable/plan.md
# specs/003-settings-catalog-readable/spec.md
# specs/003-settings-catalog-readable/tasks.md
# tests/Feature/Filament/PolicyVersionReadableLayoutTest.php
# tests/Feature/Filament/SettingsCatalogPolicyNormalizedDisplayTest.php
# tests/Feature/Filament/SettingsCatalogRestoreApplySettingsPatchTest.php
# tests/Feature/Filament/SettingsCatalogRestoreTest.php
# tests/Feature/Filament/SettingsCatalogSettingsTableRenderTest.php
# tests/Feature/Filament/TenantSetupTest.php
# tests/Unit/GraphContractRegistrySettingsWriteStrategyTest.php
# tests/Unit/PolicyNormalizerSettingsCatalogFlattenTest.php
# tests/Unit/PolicyNormalizerSettingsCatalogTest.php
2025-12-22 00:07:25 +01:00
Ahmed Darrazi
41f678efe5
docs: Complete Feature 003 testing documentation
...
- Updated tasks.md: T034-T037, T040 marked complete
- Created MANUAL_TESTING_CHECKLIST.md for T023-T025, T042
- Comprehensive browser testing guide with success criteria
- Ready for manual QA verification
2025-12-21 10:08:04 +01:00
Ahmed Darrazi
d0f5b056fe
docs: Update tasks.md with completed test tasks
...
- Marked T026-T033 as completed (test files exist and pass)
- Marked T038-T039 as completed (Pest suite + Pint pass)
- Marked T041 as completed (migration successful)
- Remaining: T023-T025 (manual verification), T034-T037 (specific test scenarios), T040,T042 (review/QA)
2025-12-21 01:26:36 +01:00
Ahmed Darrazi
58e6a4e980
feat(settings-catalog): Add category display and definition caching
...
- 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.
2025-12-21 00:40:20 +01:00
Ahmed Darrazi
d505f3c65c
feat: merge 001-filament-json
2025-12-14 20:23:18 +01:00
Ahmed Darrazi
05be853d93
Merge remote-tracking branch 'origin/spec/003-settings-catalog-readable' into dev
2025-12-14 20:12:14 +01:00
Ahmed Darrazi
a01888f629
Merge remote-tracking branch 'origin/spec/002-filament-json' into dev
2025-12-14 20:11:54 +01:00
Ahmed Darrazi
18316146a5
spec: add 003 settings catalog readable
2025-12-14 19:56:31 +01:00
Ahmed Darrazi
9752e5e90e
spec: add 002 filament json
2025-12-14 19:56:17 +01:00
Ahmed Darrazi
469f0fac8c
spec: add 001 rbac onboarding
2025-12-14 19:56:02 +01:00
Ahmed Darrazi
2ddb3dd20a
chore(specs): add baseline specs folder
2025-12-14 19:42:35 +01:00
Ahmed Darrazi
ff6745e0a7
refactor: renumber spec 185 → 003 for sequential ordering
2025-12-14 19:26:38 +01:00
Ahmed Darrazi
82b342e7f4
chore: settings-catalog — include settings in PATCH, preserve @odata.type, update sanitizers, restore flow, tests and views
2025-12-14 13:28:10 +01:00
Ahmed Darrazi
79636c13c5
docs(speckit): add constitution evidence ledger, FR→Task traceability, and measurable NFR thresholds
...
- Add Constitution Evidence Ledger with discovery + verification for Phases 1-15
- Add FR → Tasks Traceability Matrix (FR-001 to FR-035 → Task IDs)
- Add Measurable Thresholds (NFR/UX): rendering limits, Graph timeouts, retention policies
- Annotate tasks with explicit Implements: FR-XXX tags (100% FR coverage: 35/35)
- Consolidate spec artifacts into specs/001-rbac-onboarding/ per speckit workflow
- Add FR-019 Settings Normalization sub-requirements (FR-019.1 to FR-019.4)
Constitution VII (Spec-Driven Development) compliance achieved:
- Discovery notes present for all completed phases
- Verification commands documented per phase
- Explicit FR→Task mapping for traceability
- No unmapped FRs; no placeholders (TODO/TBD)
Ready for /speckit.implement or further iteration.
2025-12-13 19:12:32 +01:00