feat: add detailed feature roadmap and tickets documentation feat: add roadmap overview diagram feat: add roadmap p0 mvp diagram feat: add roadmap p0 complete workflow diagram feat: update diagrams config to include new roadmap diagrams feat: add support for syncing source code for ai context chore: update allowed hashes feat: add jose.salazar@oloodi.com to iap-users.txt feat: add fazulilahi@gmail.com to iap-users.txt feat: add zouantchaw74@gmail.com to iap-users.txt
25 lines
591 B
Plaintext
25 lines
591 B
Plaintext
flowchart LR
|
|
subgraph P0["P0: MVP Core (Sprint 3-4)"]
|
|
A[Auth] --> B[Staff Onboarding]
|
|
B --> C[Events/Orders]
|
|
C --> D[Shifts/Assignment]
|
|
D --> E[Clock In/Out]
|
|
E --> F[Timesheets]
|
|
F --> G[Invoices]
|
|
G --> H[Earnings View]
|
|
end
|
|
|
|
subgraph P1["P1: Enhanced (Sprint 5-6)"]
|
|
I[Smart Assignment]
|
|
J[Early Pay]
|
|
K[RAPID Orders]
|
|
L[Reports]
|
|
end
|
|
|
|
subgraph P2["P2: Full Vision (Sprint 7+)"]
|
|
M[KROW University]
|
|
N[Gamification]
|
|
O[Advanced Analytics]
|
|
end
|
|
|
|
P0 --> P1 --> P2 |