Implement IndexedDB local cache for offline note access #22
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Store notes in IndexedDB for offline read and write access.
Implementation Tasks
Schema Design
Object Store: notes (key: note_id, indexes: updated_at/title, fields: id/title/content/updated_at/synced_at/dirty)
Acceptance Criteria
IndexedDB local cacheto Implement IndexedDB local cache for offline note access