This commit is contained in:
phaichayon
2026-06-16 10:57:41 +07:00
parent dff22d75b5
commit 357414c247
33 changed files with 9281 additions and 26 deletions

View File

@@ -140,3 +140,53 @@ Future:
Priority:
* High
## After Task F
### Approval Permission Sync
Existing memberships may not automatically receive new approval permissions.
Future:
- add permission sync script
- admin UI for role/permission management
### Approval Workflow Config UI
Approval workflow is seeded but not configurable from UI.
Future:
- workflow setup screen
- step editor
- approver role mapping
### Approval Notification
Approval workflow has no email/line notification yet.
Future:
- notification queue
- approval reminder
## After Task G
### Document Mapping Editor
Template mappings are seeded and readable, but not yet manageable from UI.
Future:
- mapping CRUD UI
- table column editor
- publish/draft template workflow
### pdfme Render Parity
Document preview is application-native, not pixel-perfect `pdfme` rendering.
Future:
- server-side pdfme render pipeline
- preview image generation
- schema validation against live template versions
### Approved PDF Persistence
Approved snapshot preparation exists, but no binary file generation or storage write-back yet.
Future:
- approved PDF generator
- storage abstraction
- immutable approved artifact URL on quotation