Ship a minimal bundled fallback dataset for cold start #35

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

Problem

When there is no cache yet and the Api is unreachable (cold start), the plugin still needs to render something correct. A small bundled fallback dataset covers a near-term window.

Acceptance criteria

  • A compact static fallback dataset is bundled covering a documented date window around install time.
  • Cold-start renders use the fallback when both cache and Api are unavailable.
  • The fallback is clearly marked stale in the UI.
  • The fallback dataset is small enough not to bloat the plugin package materially.

Notes

Keep the bundled Core as a deeper fallback path but the dataset covers the common cold-start case cheaply.

## Problem When there is no cache yet and the Api is unreachable (cold start), the plugin still needs to render something correct. A small bundled fallback dataset covers a near-term window. ## Acceptance criteria - [ ] A compact static fallback dataset is bundled covering a documented date window around install time. - [ ] Cold-start renders use the fallback when both cache and Api are unavailable. - [ ] The fallback is clearly marked stale in the UI. - [ ] The fallback dataset is small enough not to bloat the plugin package materially. ## Notes Keep the bundled Core as a deeper fallback path but the dataset covers the common cold-start case cheaply.
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#35
No description provided.