chore(spec): update 010 tasks

This commit is contained in:
Ahmed Darrazi 2025-12-30 01:31:56 +01:00
parent c9e93c4971
commit 6afee3cd1c

View File

@ -13,9 +13,11 @@ ## Phase 2: Restore (Definition Values)
## Phase 3: UI Normalization ## Phase 3: UI Normalization
- [x] T004 Add `GroupPolicyConfigurationNormalizer` and register it (Policy “Normalized settings” is readable). - [x] T004 Add `GroupPolicyConfigurationNormalizer` and register it (Policy “Normalized settings” is readable).
- [x] T009 Make `Normalized diff` labels readable for `groupPolicyConfiguration` and `settingsCatalogPolicy`. - [x] T009 Make `Normalized diff` labels readable for `groupPolicyConfiguration` and `settingsCatalogPolicy`.
- [x] T010 Ensure restore-created versions keep assignments + show scope tags independently.
## Phase 4: Tests + Verification ## Phase 4: Tests + Verification
- [x] T005 Add tests for hydration + UI display. - [x] T005 Add tests for hydration + UI display.
- [x] T006 Add tests for restore definitionValues apply. - [x] T006 Add tests for restore definitionValues apply.
- [x] T007 Run tests (targeted). - [x] T007 Run tests (targeted).
- [x] T008 Run Pint (`./vendor/bin/pint --dirty`). - [x] T008 Run Pint (`./vendor/bin/pint --dirty`).
- [x] T011 Fix Admin Templates hydration paging (`@odata.nextLink`) and add coverage.