This commit is contained in:
2025-09-19 00:15:10 -06:00
parent 833cff06e5
commit 75a9a44996
2 changed files with 240 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ From data-model.md → model creation tasks [P]
- 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
- [ ] T018 [P] Implement export/import service
- [X] T018 [P] Implement export/import service
- Create /home/jawz/Development/Projects/GlowTrack/packages/storage/src/export.ts with exportToJson(), importFromJson()
- Ensure JSON conforms to export.schema.json (version, app, exportedAt, data)
- Dependencies: T016, T009, T017