This commit is contained in:
2026-03-15 14:11:21 -05:00
parent 1fcb0c5480
commit 857d34397e
28 changed files with 848 additions and 45 deletions

View File

@@ -26,6 +26,7 @@ Current foundation scope includes:
- projects with customer/commercial/shipment linkage, owners, due dates, notes, and attachments
- manufacturing work orders with project linkage, station-based operation templates, material issue posting, completion posting, and work-order attachments
- planning gantt timelines with live project and manufacturing schedule data
- admin diagnostics with runtime footprint, record counts, and recent audit-trail visibility
- file storage and PDF rendering
## Product Map
@@ -40,19 +41,20 @@ Current completed foundation areas:
- projects foundation
- manufacturing foundation
- planning foundation
- audit and diagnostics foundation
- branding, attachments, auth/RBAC, and PDF infrastructure
Near-term priorities:
1. Broader audit-trail coverage and operational diagnostics
2. Code-splitting and bundle-size reduction
1. Code-splitting and bundle-size reduction
2. Expanded role-management UI, permission assignment administration, and deeper support diagnostics
Revisit / deferred items:
- local Windows Prisma migration reliability
- frontend code-splitting and bundle-size reduction
- inventory transfers, reservations, and deeper stock controls
- deeper audit-trail coverage
- expanded role-management and permission administration
- deeper support diagnostics and startup validation
Dashboard direction:
@@ -337,6 +339,20 @@ As of March 14, 2026, the latest committed domain migrations include:
Recent roadmap-driving migrations should always be applied before validating new CRM, inventory, sales, shipping, or purchasing features in a running environment.
## Audit And Diagnostics
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
- 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
- expanded role and permission administration beyond the bootstrap defaults
## UI Notes
- Dark mode persistence is handled through the frontend theme provider and should remain stable across page navigation.