From 798400e89b1a463f73a3db1e1dfc20d6a9dc5e53 Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Tue, 30 Dec 2025 02:48:17 +0100 Subject: [PATCH] spec: add follow-up TODOs for admin templates --- specs/010-admin-templates/tasks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specs/010-admin-templates/tasks.md b/specs/010-admin-templates/tasks.md index c34d9fd..3e4080d 100644 --- a/specs/010-admin-templates/tasks.md +++ b/specs/010-admin-templates/tasks.md @@ -22,3 +22,8 @@ ## Phase 4: Tests + Verification - [x] T007 Run tests (targeted). - [x] T008 Run Pint (`./vendor/bin/pint --dirty`). - [x] T011 Fix Admin Templates hydration paging (`@odata.nextLink`) and add coverage. + +## Open TODOs (Follow-up) +- [ ] Improve Admin Templates value formatting to better match Intune UI (presentation values / multi-value rendering). +- [ ] Add a small “snapshot completeness” indicator (e.g., definitionValues count) to reduce confusion when older/incomplete snapshots exist. +- [ ] Implement remaining Windows “Templates” profile types (separate policy types/odata subtypes; new specs per type).