-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor resource creation / updating via PUT/PATCH/DELETE requests #265
Comments
Related issue #150 |
In order to better proceed with this issue, we need to clearly define the shape of the requests on each resource path for each request method. The shape of the request should be defined both here in the API and on the client / frontend side. |
Here's a checklist to keep track of the state of things: Roman Missal sanctorale data
National Calendar data
Diocesan Calendar data
Decrees of the Congregation for Divine Worship (for the General Roman Calendar)
Unit tests
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that we have a router and better API routes / paths in place, we need to rethink the shape of requests on the various paths that are aimed at creating resources or updating resources or even deleting resources via PUT, PATCH, and DELETE requests.
This will need to be done in tandem with the frontend.
The text was updated successfully, but these errors were encountered: