HackIllinois / api

The Official API supporting HackIllinois
https://api.hackillinois.org
Other
23 stars 51 forks source link

Added private events #503

Closed Nydauron closed 1 year ago

Nydauron commented 1 year ago

Added a field IsPrivate to the Event model that is only accessible to Staff and above. Anyone else that searches for an event will not see this field. Any events that have IsPrivate: true will also be hidden from the user.

Timothy-Gonzalez commented 1 year ago

Looks like this is blocked by #501, so I'll review this once that can be merged.

asehgal220 commented 1 year ago

From what I can tell, other than the merge conflicts everything looks fine.