feat(journal): add per-user mood journal module (task 86)
Ship journal entries with mood tracking, insights, and Recharts charts. Adds v1 API endpoints per ADR 0005 and migration 0020_journal_entries.
This commit is contained in:
@@ -33,11 +33,11 @@ P1 personal journaling with mood/stress/pills tracking and stats, without blocki
|
||||
|
||||
## Acceptance criteria
|
||||
|
||||
- [ ] ADR 0005 accepted.
|
||||
- [ ] Create entry with only date/time.
|
||||
- [ ] Index, detail, mood tracker, and insights views work.
|
||||
- [ ] Journal API endpoints documented and callable with token auth.
|
||||
- [ ] E2E happy path green.
|
||||
- [x] ADR 0005 accepted.
|
||||
- [x] Create entry with only date/time.
|
||||
- [x] Index, detail, mood tracker, and insights views work.
|
||||
- [x] Journal API endpoints documented and callable with token auth.
|
||||
- [x] E2E happy path green (`tests/e2e/journal.spec.ts` — run locally with dev DB).
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user