BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

Participants can't change events that have already happened. #89

Closed BurntNail closed 1 year ago

BurntNail commented 1 year ago

Describe the bug Currently, anyone can go back and edit their participation on any number of events, either manually or via POST requests.

Once an event is finished, they shouldn't be able to.

BurntNail commented 1 year ago

UI part is merged, POST is TODO

BurntNail commented 1 year ago

Done & merged on Sun just forgot to deal with the issue