admin services

This commit is contained in:
2026-03-15 14:57:41 -05:00
parent 3197e68749
commit 28b23bc355
15 changed files with 401 additions and 30 deletions

View File

@@ -28,6 +28,7 @@ Current foundation scope includes:
- planning gantt timelines with live project and manufacturing schedule data
- 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
- route-level code-splitting and vendor chunking for lighter initial client loads
- file storage and PDF rendering
@@ -49,14 +50,14 @@ Current completed foundation areas:
Near-term priorities:
1. CRM/shipping audit coverage and richer startup validation
2. Backup/restore workflow documentation and support-oriented admin tooling
1. Backup/restore workflow documentation and support-oriented admin tooling
2. Deeper startup diagnostics and support export helpers
Revisit / deferred items:
- local Windows Prisma migration reliability
- deeper support diagnostics and startup validation
- backup/restore workflow depth and support tooling
- deeper startup diagnostics and support export helpers
Dashboard direction:
@@ -348,13 +349,14 @@ The current admin operations slice supports:
- persisted audit events for core settings, inventory, purchasing, sales, project, and manufacturing write actions
- an admin diagnostics page for runtime footprint, data/storage path visibility, key record counts, and recent audit activity
- 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
- operator-facing review of recent high-impact changes without direct database access
Current follow-up direction:
- deeper audit coverage across CRM and shipping mutations
- richer environment validation and startup diagnostics
- backup/restore workflow guidance and support-oriented admin tooling
- deeper startup diagnostics and support export helpers
## UI Notes