From a4a03abe7ad5a52df72b538dd206b58d85d912e4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 31 Dec 2025 14:22:21 +0900 Subject: docs: update architecture.md with Note-based data model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add documentation for the Anki-compatible Note system: - Note-Card architecture overview with entity relationships - NoteType, NoteFieldType, Note, NoteFieldValue data models - Updated Card model with note_id and is_reversed fields - API endpoints for note types and notes - Template rendering explanation Also mark completed tasks in roadmap.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/roadmap.md') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 443c816..e318353 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -282,8 +282,8 @@ Create these as default note types for each user: ### Phase 9: Cleanup & Documentation **Tasks:** -- [ ] Make `note_id` and `is_reversed` NOT NULL (schema migration) -- [ ] Update architecture.md with Note-based data model +- [x] Make `note_id` and `is_reversed` NOT NULL (schema migration) +- [x] Update architecture.md with Note-based data model - [ ] E2E tests for study flow with note-based cards - [ ] Performance testing with multiple cards per note -- cgit v1.2.3-70-g09d2