CodeSeoul / event_member_management_backend

ISC License
2 stars 1 forks source link

feat: Fixed timestamp plus rsvp things #16

Closed TheBeege closed 2 years ago

TheBeege commented 2 years ago

Now tracks RSVP states separately. Set up various models to be "auditable", that is, to have createdAt and updatedAt timestamps. Fixed up RSVP endpoints to produce more useful output. I'm bad at making atomic commits, but that's only because no one else is working on this right now.

TheBeege commented 2 years ago

Consciously deciding not to worry about tracking RSVP history for now. Unique constraints in place to prevent duplicate RSVPs