PACS-TMU / terrahacks-portal

Application portal for TerraHacks
GNU Affero General Public License v3.0
1 stars 1 forks source link

Implement a 250 cap on RSVPs #45

Closed MoNakouzi closed 2 months ago

MoNakouzi commented 2 months ago

Currently, RSVP is open indefinitely. Once the number of RSVPs exceeds 250, we want to show everyone who has been accepted but who hasn't RSVPed yet something alone the lines of "We are at capacity. You're welcome to walk in" (word it nicer please).

The edits need to be made in the /dashboard page and it's related components. Please make sure to test your code before submitting a PR. Work on the assigned branch and open a PR to dev when you're done.

If you have any questions or concerns please reach out.

DEADLINE: July 27th, 11:59 PM HARD DEADLINE: July 28th, 9:00 PM

As RSVPs are rolling in currently, it'd be best if we cap them as soon as possible just to avoid the possibility of exceeding the limit before we implement this feature, so the sooner it's implemented, the better.