Document Vikunja board and next tickets
All checks were successful
Deploy Holiday Property Booking / deploy (push) Successful in 1m39s
Playwright Holiday Property Booking / playwright (push) Successful in 10m57s
Test & Build Holiday Property Booking / test-build (push) Successful in 10m54s

This commit is contained in:
2026-05-22 09:05:00 +00:00
parent 909e8062f4
commit 64dc8ecb5b
3 changed files with 44 additions and 7 deletions

View File

@@ -1,12 +1,47 @@
# Vikunja
## Notes
## Board
The project has not been onboarded to a board yet.
URL: http://vikunja.skynet.arpa/projects/19/77
Project ID: 19
Kanban view ID: 77
## Expected Workflow
## Buckets
This board is normalized to the shared playbook lane model.
| Order | Bucket | ID | Playbook lane | Purpose |
|---:|---|---:|---|---|
| 1 | Backlog | 136 | Backlog | Ideas, rough tasks, and future work. |
| 2 | Ready for Dev | 137 | Ready | Refined and ready for implementation. |
| 3 | In Dev | 138 | In Progress | Active implementation work. |
| 4 | Ready for Test | 139 | Validate | Implementation complete and ready for validation. |
| 5 | Deploying to Dev | 140 | Validate | Dev deploy/verification in progress. |
| 6 | In QA | 141 | Validate | QA/live validation work. |
| 7 | Failed QA | 142 | Ready | Validation failed; return to the top of the fix queue with evidence. |
| 8 | Immediate Fix | 143 | Blocked | Urgent blocker requiring fast follow-up. |
| 9 | Ready for QA Promotion | 144 | Release | Ready for develop -> qa promotion sequencing. |
| 10 | Deploying to QA | 145 | Release | QA promotion/deploy in progress. |
| 11 | QA Deployed | 146 | Release | QA deploy complete and awaiting release decision. |
| 12 | Ready for Production | 147 | Release | Ready for production release batching. |
| 13 | Included in Next Release | 148 | Release | Queued for the next production release sweep. |
| 14 | Deploying to Production | 149 | Release | Production deployment in progress. |
| 15 | Production Deployed | 150 | Release | Production deploy complete and awaiting final closeout. |
| 16 | Done | 151 | Done | Fully complete. |
| 17 | Failed Deployment | 152 | Blocked | Deployment failure or broken promotion requiring intervention. |
| 18 | Blocked | 153 | Blocked | Cannot proceed without missing input/access/decision. |
## Labels
| Label | Purpose |
|---|---|
| [blocked] | Explicit blocker marker when work cannot continue. |
| [high risk] | Work that needs extra release/validation care. |
| [research] | Research is required before implementation. |
## Workflow Notes
- Planning docs are approved before build work.
- Phase 1 foundation work lands first.
- Feature work should be tracked as separate tickets once the board exists.
- Feature work now lives on this board and should be tracked as separate tickets.
- Use the playbook lane names exactly when routing work.