Include all presets in static generation, cache keys, and versioning #44

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

Problem

Each preset produces distinct calendar output, so presets must be part of the cache key and the static-generation matrix, or different presets would collide or never be pre-generated.

Acceptance criteria

  • The preset (and Cum sanctissima options) are part of the canonical cache key.
  • The static generator covers the configured presets for hot date ranges.
  • A data-version bump invalidates all preset variants.
  • Per-preset caching is covered by a test ensuring no cross-preset collisions.

Notes

Watch the generation matrix size; only pre-generate hot ranges per preset.

## Problem Each preset produces distinct calendar output, so presets must be part of the cache key and the static-generation matrix, or different presets would collide or never be pre-generated. ## Acceptance criteria - [ ] The preset (and Cum sanctissima options) are part of the canonical cache key. - [ ] The static generator covers the configured presets for hot date ranges. - [ ] A data-version bump invalidates all preset variants. - [ ] Per-preset caching is covered by a test ensuring no cross-preset collisions. ## Notes Watch the generation matrix size; only pre-generate hot ranges per preset.
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/Api#44
No description provided.