16 lines
861 B
Markdown
16 lines
861 B
Markdown
# Requirements Checklist (018)
|
|
|
|
**Created**: 2026-01-03
|
|
**Feature**: [spec.md](../spec.md)
|
|
|
|
- [ ] `windowsDriverUpdateProfile` is added to `config/tenantpilot.php` (metadata, endpoint, backup/restore mode, risk).
|
|
- [ ] Graph contract exists in `config/graph_contracts.php` (resource, type family, create/update methods, assignments paths).
|
|
- [ ] Sync lists and stores driver update profiles in the Policies inventory.
|
|
- [ ] Snapshot capture stores a complete payload for backups and versions.
|
|
- [ ] Restore preview is available and respects the configured restore mode.
|
|
- [ ] Restore execution applies only patchable properties and records audit logs.
|
|
- [ ] Normalized settings view is readable for admins (no raw-only UX).
|
|
- [ ] Pest tests cover sync + snapshot + restore + normalized display.
|
|
- [ ] Pint run (`./vendor/bin/pint --dirty`) on touched files.
|
|
|