aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-31 02:38:05 +0900
committernsfisis <nsfisis@gmail.com>2025-12-31 02:38:05 +0900
commitb51d4efaa1e5e0417d4306c02797f424938766cb (patch)
tree56ef6a15c7e62fa0f4855e3e4453dffc4bac17ba /docs
parent7e04f7afbb3511e472135de5cb735314778604d3 (diff)
downloadkioku-b51d4efaa1e5e0417d4306c02797f424938766cb.tar.gz
kioku-b51d4efaa1e5e0417d4306c02797f424938766cb.tar.zst
kioku-b51d4efaa1e5e0417d4306c02797f424938766cb.zip
feat(client): add NoteTypesPage for note type management
Implement Phase 6 of the roadmap - NoteType list page with CRUD modals: - NoteTypesPage displays all user's note types with templates and reversible badge - CreateNoteTypeModal for creating new note types with templates - EditNoteTypeModal for updating existing note types - DeleteNoteTypeModal with constraint warning - Navigation link from HomePage header - Comprehensive tests for all components (65 new tests) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/roadmap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md
index 9e771e6..916eee3 100644
--- a/docs/dev/roadmap.md
+++ b/docs/dev/roadmap.md
@@ -231,13 +231,13 @@ Create these as default note types for each user:
### Phase 6: Frontend - Note Type Management
**Tasks:**
-- [ ] Create NoteType list page (`/note-types`)
+- [x] Create NoteType list page (`/note-types`)
- [ ] Create NoteType editor component
- Edit name
- Manage fields (add/remove/reorder)
- Edit front/back templates (mustache syntax)
- Toggle `is_reversible` option
-- [ ] Add navigation to note type management
+- [x] Add navigation to note type management
**Files to create:**
- `src/client/pages/NoteTypesPage.tsx`