Register the 1954 system in discovery and request validation #32
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#32
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
Core now computes the 1954 rubrics, but the Api won't accept
1954as a system until it is registered in parameter validation and the discovery endpoint. Without this, valid 1954 requests are rejected.Acceptance criteria
1954as a supported system, sourced from Core.1954and routes it to Core.1954against an unsupported calendar return the canonical error.Notes
Reuse the existing discovery wiring so the system list stays Core-driven.