Serve a full liturgical month via /v1 calendar endpoint #10
Labels
No labels
area: api
area: auth
area: build
area: cache
area: ci
area: compare
area: model
area: provenance
area: rite
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Api#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Clients building monthly views need every day in a month in one request rather than 28–31 separate calls. A month endpoint reduces request volume and aligns with the printable Ordo work later.
Acceptance criteria
/v1endpoint returns all days of a given month for a valid (year, month, system, calendar).Notes
Reuse the single-day projection so month and day responses stay consistent.
Delivered in #134 (squash-merged to
develop).