user management
This commit is contained in:
15
README.md
15
README.md
@@ -27,6 +27,8 @@ Current foundation scope includes:
|
||||
- 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
|
||||
- admin user management with account creation, activation, role assignment, and role-permission editing
|
||||
- route-level code-splitting and vendor chunking for lighter initial client loads
|
||||
- file storage and PDF rendering
|
||||
|
||||
## Product Map
|
||||
@@ -42,19 +44,19 @@ Current completed foundation areas:
|
||||
- manufacturing foundation
|
||||
- planning foundation
|
||||
- audit and diagnostics foundation
|
||||
- user and role administration foundation
|
||||
- branding, attachments, auth/RBAC, and PDF infrastructure
|
||||
|
||||
Near-term priorities:
|
||||
|
||||
1. Code-splitting and bundle-size reduction
|
||||
2. Expanded role-management UI, permission assignment administration, and deeper support diagnostics
|
||||
1. CRM/shipping audit coverage and richer startup validation
|
||||
2. Backup/restore workflow documentation and support-oriented admin tooling
|
||||
|
||||
Revisit / deferred items:
|
||||
|
||||
- local Windows Prisma migration reliability
|
||||
- frontend code-splitting and bundle-size reduction
|
||||
- expanded role-management and permission administration
|
||||
- deeper support diagnostics and startup validation
|
||||
- backup/restore workflow depth and support tooling
|
||||
|
||||
Dashboard direction:
|
||||
|
||||
@@ -345,13 +347,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
|
||||
- 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
|
||||
- backup/restore workflow guidance and support-oriented admin tooling
|
||||
|
||||
## UI Notes
|
||||
|
||||
@@ -359,7 +362,7 @@ Current follow-up direction:
|
||||
- The shell layout is tuned for wider desktop use than the original foundation build, and now exposes Dashboard, CRM, inventory, sales, shipping, projects, manufacturing, settings, and planning modules from the same app shell.
|
||||
- The active module screens now follow a tighter density baseline for forms, tables, and detail cards.
|
||||
- The dashboard should continue evolving as a modular metric board for future purchasing, shipping, planning, and audit data.
|
||||
- The client build still emits a Vite chunk-size warning because the app has not been code-split yet.
|
||||
- The client now ships with route-level lazy loading and vendor chunking, so future frontend work should preserve that split instead of re-centralizing module imports in `main.tsx`.
|
||||
|
||||
## PDF Generation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user