T017
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user