aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/server/repositories
AgeCommit message (Expand)Author
9 daysfeat: allow deleting card type fields with values via two-step confirmationclaude/allow-delete-card-fields-auoeVClaude
2026-02-15feat(deck): add progress bar showing review/total ratio on deck listnsfisis
2026-02-15feat(deck): display new card count on deck detail pagensfisis
2026-02-12feat: 学習カード数の上限を撤廃Claude
2026-02-05feat(server): add purge mechanism for soft-deleted recordsnsfisis
2026-02-05fix(decks): align due card count with study screen limitsnsfisis
2026-02-04fix(study): use 3 AM boundary for counting today's new card reviewsnsfisis
2026-02-04fix(study): apply 3 AM boundary to study API card queriesnsfisis
2026-02-04feat(study): enforce newCardsPerDay limit in study APInsfisis
2026-02-02fix(study): use date-based comparison with 3 AM boundary for due cardsClaude
2026-01-12feat(deck): show due card count on deck list pageClaude
2026-01-01feat(import): add CSV bulk import for notesnsfisis
2025-12-31feat(db): add ORDER BY to repository SELECT queriesnsfisis
2025-12-31feat(crdt): add server-side CRDT sync API handlingnsfisis
2025-12-31feat(card): cascade card deletion to note and sibling cardsnsfisis
2025-12-31feat(schema): make note_id and is_reversed NOT NULLnsfisis
2025-12-31feat(study): render note-based cards using template systemnsfisis
2025-12-31test(sync): add client-side sync tests for note-related entitiesnsfisis
2025-12-31feat(sync): add sync support for note-related entitiesnsfisis
2025-12-31feat(api): include note data in Card and Study route responsesnsfisis
2025-12-31feat(repo): extend CardRepository with note data supportnsfisis
2025-12-31feat(repo): add Note repository with CRUD operationsnsfisis
2025-12-31feat(repo): add NoteType and NoteFieldType repositoriesnsfisis
2025-12-30fix(sync): verify card ownership before update in pushnsfisis
2025-12-07feat(client): add sync status indicator componentnsfisis
2025-12-07feat(server): add GET /api/sync/pull endpointnsfisis
2025-12-07feat(server): add POST /api/sync/push endpointnsfisis
2025-12-07feat(server): add study session API with FSRS integrationnsfisis
2025-12-07feat(server): add card CRUD endpointsnsfisis
2025-12-07feat(server): add Deck CRUD endpoints with testsnsfisis
2025-12-06feat(dev): change architecture and directory structurensfisis