Add offline clip caching
This commit is contained in:
5
PLAN.md
5
PLAN.md
@@ -14,6 +14,11 @@
|
||||
- Installable React PWA shell with offline-ready game prep scaffolding.
|
||||
- Docker-based local development stack.
|
||||
|
||||
## Completed Offline Cache Work
|
||||
- Client-side clip and assignment reads now persist locally and revalidate against server ETags.
|
||||
- Normalized playback media is cacheable for offline clip playback.
|
||||
- Auth and session responses remain `no-store` so cached data is limited to app-owned clip state.
|
||||
|
||||
## Storage Status
|
||||
- Backend media persists in the `backend-media` named Docker volume.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user