[P2] Implement Notes Edit feature (#67) #101

Open
opened 2026-07-07 16:22:02 +12:00 by fastie81 · 0 comments
Owner

Problem

Issue #67 "Notes Edit" is open with empty description.

Expected Behavior

  • Instructors can add/edit notes on member profiles
  • Notes visible to member/guardian on dashboard
  • Rich text support (TipTap already integrated)
  • Timestamped with instructor name
  • Character limit (e.g., 2000 chars)
  • app/core/entities/models.py (need Note model or extend Member)
  • app/core/operations/note_ops.py (create if needed)
  • frontend/src/pages/dashboard/ (notes display)
  • frontend/src/pages/members/ (instructor note editor)
### Problem Issue #67 "Notes Edit" is open with empty description. ### Expected Behavior - Instructors can add/edit notes on member profiles - Notes visible to member/guardian on dashboard - Rich text support (TipTap already integrated) - Timestamped with instructor name - Character limit (e.g., 2000 chars) ### Related Files - `app/core/entities/models.py` (need Note model or extend Member) - `app/core/operations/note_ops.py` (create if needed) - `frontend/src/pages/dashboard/` (notes display) - `frontend/src/pages/members/` (instructor note editor)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
fastie81/honbu-manager#101
No description provided.