Liturgical-Calendar / LiturgicalCalendarFrontend

Presentation of the Liturgical Calendar Project, using bootstrap theming
Apache License 2.0
0 stars 1 forks source link

align `extending` frontends with new path backends #142

Open JohnRDOrazio opened 5 days ago

JohnRDOrazio commented 5 days ago

In the development branch of the Liturgical Calendar API we have implemented a router with various resource paths.

We have also changed the shape of the data that is both ingested and sent in responses, preferring snake_case properties and collections.

We now need to align the extending frontends, and finalize any missing logic in the API while we're at it.

See Liturgical-Calendar/LiturgicalCalendarAPI/issues/220 .

JohnRDOrazio commented 1 day ago

See Liturgical-Calendar/LiturgicalCalendarAPI/issues/265