Cache reader assets and day data for offline use #59

Open
opened 2026-07-01 01:06:27 +00:00 by manlycucumber · 0 comments
manlycucumber commented 2026-07-01 01:06:27 +00:00 (Migrated from github.com)

Problem

Offline support requires caching the reader shell and recently viewed day/month data so the calendar is usable with no connection.

Acceptance criteria

  • The app shell (CSS/JS) is precached and served offline.
  • Recently viewed day/month payloads are runtime-cached and available offline.
  • Offline views show a clear offline/stale indicator.
  • Cache size is bounded with an eviction policy.

Notes

Reuse the data-version signal so offline caches refresh after corrections when back online.

## Problem Offline support requires caching the reader shell and recently viewed day/month data so the calendar is usable with no connection. ## Acceptance criteria - [ ] The app shell (CSS/JS) is precached and served offline. - [ ] Recently viewed day/month payloads are runtime-cached and available offline. - [ ] Offline views show a clear offline/stale indicator. - [ ] Cache size is bounded with an eviction policy. ## Notes Reuse the data-version signal so offline caches refresh after corrections when back online.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Directorium/Ordo#59
No description provided.