Minimal features - #82
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
@huncijr is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
|
Will this be reviewed? |
|
@huncijr can you resolve the conflicts? The RSVP via web already is implemented.
imho, I don't see any reason to make the borders wider, but if it's not-intentional, it should be fixed. I do like the cancellation info banner tho! Cool feature. |
|
Hi, I fixed it! |
|
Alright, will look into it |
|
This does not build. |
|
I hope everything's okay now, the problem was that I didn't accidentally pull, and it caused the merge conflicts. |


Added 4 features : cancelled event badge, an interest count display showing how many people RSVP'd via Slack,(For the interest count to work with real RSVP data from the website, Isabelle needs a non-read-only REST endpoint I already fixed that on: hackclub/isabelle#25). Add a POST /api/rsvp route in app.py that calls the existing toggle_user_interest() from database.py, accepts { event_id, user_id } in the request body, and returns the updated interest count. The internal logic is already complete .It just needs to be exposed as a public endpoint so the Events website can POST RSVP actions directly instead of relying only on Slack reactions.) and expanded YouTube recording support beyond AMA-only events. The data.js mapping was extended to include cancelled, rawCancellation, and interestCount fields. And also added an icon for light mode :)


