sul-cidr / scriptchart-backend

Admin UI and API for Scriptchart
https://db.syriac.reclaim.hosting/admin
MIT License
1 stars 0 forks source link

Reorganize the `/api/letters` endpoint #33

Closed simonwiles closed 5 years ago

simonwiles commented 5 years ago

This PR drops an unused API endpoint and replaces it with a single endpoint which can provide all the information necessary to construct the scriptchart in a single request.

Note that because no in-use endpoints have been touched, this PR can be merged without concern for corresponding changes on the front-end; the new endpoint will simply be enabled and ready for consumption, and old endpoints will remain in place and operative.