From b965d9432b4037dd2f65bb4c8690965e090228ca Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 18:44:05 +0900 Subject: feat(server): add study session API with FSRS integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement study endpoints for spaced repetition learning: - GET /api/decks/:deckId/study to fetch due cards - POST /api/decks/:deckId/study/:cardId to submit reviews - Integrate ts-fsrs library for scheduling algorithm - Add ReviewLog repository for tracking review history 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/dev/roadmap.md') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 76e016a..40ef7e1 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -118,10 +118,10 @@ Smaller features first to enable early MVP validation. **Goal**: Study with FSRS algorithm ### Server API -- [ ] ts-fsrs integration -- [ ] GET /api/decks/:deckId/study - Get due cards -- [ ] POST /api/decks/:deckId/study/:cardId - Submit review -- [ ] Add tests +- [x] ts-fsrs integration +- [x] GET /api/decks/:deckId/study - Get due cards +- [x] POST /api/decks/:deckId/study/:cardId - Submit review +- [x] Add tests ### Frontend - [ ] Study session page -- cgit v1.2.3-70-g09d2