This commit is contained in:
2025-09-18 12:04:14 -06:00
parent 527e6a4e15
commit 833cff06e5
2 changed files with 43 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ From data-model.md → model creation tasks [P]
- Export interfaces: WellbeingGrid, GridSettings, ExportSettings, DayTile, Mood, HabitEntry, HabitDefinition
- Dependencies: T009-T015 (tests exist), T003
- [ ] T017 [P] Implement IndexedDB schema v1
- [X] T017 [P] Implement IndexedDB schema v1
- Create /home/jawz/Development/Projects/GlowTrack/packages/storage/src/db.ts with openDb(name='glowtrack', version=1)
- Create stores: settings (key 'singleton'), habits (keyPath 'id', index by_type), days (keyPath 'date'), entries (keyPath 'id', indexes by_date, by_habit)
- Dependencies: T016, T010