rcos / observatory-server

A project tracking dashboard for Rensselaer Center for Open Source
https://rcos.io
MIT License
14 stars 51 forks source link

Excused Absence deletion implementation #801

Closed off-by-1-error closed 5 years ago

off-by-1-error commented 5 years ago

in the destroy function, I added checks to verify that if you're not an admin, you can only destroy your own excused absences. Admins can still delete any excused absence

I also documented the approve function