support snapshots

This commit is contained in:
2026-03-15 15:04:18 -05:00
parent 28b23bc355
commit e7cfff3eca
10 changed files with 199 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ Current foundation scope includes:
- admin diagnostics with runtime footprint, record counts, and recent audit-trail visibility
- admin user management with account creation, activation, role assignment, and role-permission editing
- CRM and shipping audit coverage plus startup validation surfaced through the admin diagnostics page
- backup/restore guidance and exportable support snapshots in the admin diagnostics workflow
- route-level code-splitting and vendor chunking for lighter initial client loads
- file storage and PDF rendering
@@ -50,13 +51,13 @@ Current completed foundation areas:
Near-term priorities:
1. Backup/restore workflow documentation and support-oriented admin tooling
1. Backup verification checklist and restore drill guidance
2. Deeper startup diagnostics and support export helpers
Revisit / deferred items:
- local Windows Prisma migration reliability
- backup/restore workflow depth and support tooling
- backup verification checklist and restore drill depth
- deeper startup diagnostics and support export helpers
Dashboard direction:
@@ -351,11 +352,12 @@ The current admin operations slice supports:
- a dedicated user-management page for account creation, activation, role assignment, password reset-style updates, and role-permission administration
- CRM customer/vendor changes and shipping mutations now flow into the shared audit trail
- startup validation now checks storage paths, database connectivity, client bundle readiness, Chromium availability, and risky production defaults during server boot
- backup and restore guidance now surfaces directly in diagnostics, along with exportable support snapshot JSON for support handoff
- operator-facing review of recent high-impact changes without direct database access
Current follow-up direction:
- backup/restore workflow guidance and support-oriented admin tooling
- backup verification checklist and restore drill guidance
- deeper startup diagnostics and support export helpers
## UI Notes