specs for additional intune types Co-authored-by: Ahmed Darrazi <ahmeddarrazi@adsmac.local> Reviewed-on: #28
16 lines
735 B
Markdown
16 lines
735 B
Markdown
# Requirements Checklist (024)
|
|
|
|
**Created**: 2026-01-04
|
|
**Feature**: [spec.md](../spec.md)
|
|
|
|
- [ ] `termsAndConditions` exists in `config/tenantpilot.php` with correct category/risk/restore mode.
|
|
- [ ] Graph contract exists in `config/graph_contracts.php` (resource, type family, assignments CRUD paths).
|
|
- [ ] Sync lists and stores T&C in inventory.
|
|
- [ ] Snapshot capture stores full payload + assignments.
|
|
- [ ] Restore preview shows correct mode and warnings.
|
|
- [ ] Restore execution applies only patchable properties and writes audit logs.
|
|
- [ ] Normalized settings view is readable for admins.
|
|
- [ ] Pest tests cover sync + snapshot + restore preview + execution.
|
|
- [ ] Pint run (`./vendor/bin/pint --dirty`) on touched files.
|
|
|