diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-06 18:57:56 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-06 18:57:56 +0900 |
| commit | c65609278df8a95ad82acc852e224607069859b4 (patch) | |
| tree | 8197cd1c21eba7c8ab9e79dcfbed7d1b9e2cb53d /docs | |
| parent | f655585cc81ab4af5d27cebb1fa9390e93e0a4bf (diff) | |
| download | kioku-c65609278df8a95ad82acc852e224607069859b4.tar.gz kioku-c65609278df8a95ad82acc852e224607069859b4.tar.zst kioku-c65609278df8a95ad82acc852e224607069859b4.zip | |
chore(dev): update roadmap
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/roadmap.md | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index fd1bbec..840637b 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -61,7 +61,25 @@ Smaller features first to enable early MVP validation. --- -## Phase 3: Deck Management +## Phase 3: Deployment + +### Docker +- [ ] Dockerfile for server +- [ ] Dockerfile for web (static build) +- [ ] compose.yml (full stack) + +### Production +- [ ] Environment configuration +- [ ] Backup strategy + +### Documentation +- [ ] README.md (setup, usage) + +**✅ Milestone**: Ready for production deployment + +--- + +## Phase 4: Deck Management **Goal**: Create, edit, and delete decks @@ -80,7 +98,7 @@ Smaller features first to enable early MVP validation. --- -## Phase 4: Card Management +## Phase 5: Card Management **Goal**: Create, edit, and delete cards @@ -99,7 +117,7 @@ Smaller features first to enable early MVP validation. --- -## Phase 5: Study Session (MVP Complete) +## Phase 6: Study Session (MVP Complete) **Goal**: Study with FSRS algorithm @@ -121,7 +139,7 @@ Smaller features first to enable early MVP validation. --- -## Phase 6: PWA & Offline Support +## Phase 7: PWA & Offline Support **Goal**: Study offline @@ -157,7 +175,7 @@ Smaller features first to enable early MVP validation. --- -## Phase 7: Anki Import +## Phase 8: Anki Import **Goal**: Import existing Anki decks @@ -182,24 +200,6 @@ Smaller features first to enable early MVP validation. --- -## Phase 8: Deployment - -### Docker -- [ ] Dockerfile for server -- [ ] Dockerfile for web (static build) -- [ ] compose.yml (full stack) - -### Production -- [ ] Environment configuration -- [ ] Backup strategy - -### Documentation -- [ ] README.md (setup, usage) - -**✅ Milestone**: Ready for production deployment - ---- - ## Future Considerations By priority: |
