codersforcauses / coexist

https://coexist-events.vercel.app
MIT License
6 stars 0 forks source link

Fix further issues with RSVP endpoint #99

Closed harryrigg closed 1 month ago

harryrigg commented 1 month ago

Basic Information

Endpoint to create an RSVP is still not working correctly, server returns 500 error. Suspect it's something to do with the serializer.

In addition to this, we are missing an endpoint to easily delete an RSVP for a given event. Currently, we can only delete an RSVP by using its ID. It would be better if we could just send a DELETE request to /event//rsvp and the backend handles the rest.

github-actions[bot] commented 1 month ago

Branch issue-99-Fix_further_issues_with_RSVP_endpoint created!