sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Adding RSVP functionality to event class #80

Closed rwdohm83 closed 3 months ago

rwdohm83 commented 3 months ago

beginning work on this

rwdohm83 commented 3 months ago

I implemented an /event/rsvp/{useraccountid}{eventid} endpoint. To unRSVP the endpoint /event/unrsvp/{useraccountid}{eventid} is also created.

Next an endpoint to retrieve an RSVP count for an event needs to be created.

pushed my branch.

rwdohm83 commented 3 months ago

Beginning work on resolving unRSVP issue

rwdohm83 commented 3 months ago

moved rsvp and unrsvp to useraccount class. unrsvp is functioning correctly. Changed manytomany mapping to be unidirectional.

complete.