Include Mass endpoints in static generation and versioning #82

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

Problem

The day's Mass for current and adjacent dates is a hot path that should be pre-generated and cached immutably, with the data-version controlling invalidation.

Acceptance criteria

  • The static generator emits Mass (proper and assembled) files for hot dates, systems, and common languages.
  • Mass responses carry ETag, immutable cache headers, and the data-version.
  • A version bump invalidates generated Mass files.
  • Static/dynamic parity is covered by a test.

Notes

The assembled Mass is large; verify generation stays within size/time budgets.

## Problem The day's Mass for current and adjacent dates is a hot path that should be pre-generated and cached immutably, with the data-version controlling invalidation. ## Acceptance criteria - [ ] The static generator emits Mass (proper and assembled) files for hot dates, systems, and common languages. - [ ] Mass responses carry ETag, immutable cache headers, and the data-version. - [ ] A version bump invalidates generated Mass files. - [ ] Static/dynamic parity is covered by a test. ## Notes The assembled Mass is large; verify generation stays within size/time budgets.
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#82
No description provided.