-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: updated calendar to use Deltahacks XI, 2025 calendar #233
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for dh-portal-beta ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@fvcci Can you add the button for the Schedule page back to the navbars/dashboard (however it was last year?) |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: update dashboard for RSVP and add button for consent (#230) * feat: RSVP tracks resume share consent Extend the Prisma schema and TRPC endpoints to handle RSVP check value. * **Prisma Schema**: - Add a new field `rsvpCheck` of type `Boolean` to the `DH11Application` model in `prisma/schema.prisma`. * **TRPC Endpoints**: - Update the `rsvp` mutation in `src/server/router/application.ts` to store the RSVP check value in the database. - Include the RSVP check value in the relevant queries and mutations. * **Dashboard Page**: - Update the text for different statuses in `src/pages/dashboard.tsx` to reflect the new requirements. - Comment out the code for the attendee package and schedules. - Make the styles consistent. - Update the event dates to January 11 - 12, 2025. - Add a checkmark toggle to ask if users want to share their resume with sponsors on the ACCEPTED page. * fix: use the correct status, rsvp with rsvpCheck to indicate resume share consent * feat: add resume consent check * fix: update copy * feat: add prisma migration * fix: make the resume consent a modal --------- Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> * feat: updated calendar to use Deltahacks XI, 2025 calendar (#233) * feat: updated calendar to use Deltahacks XI, 2025 calendar * feat: added schedule page button to rvsped user dashboards. * feat: added schedule page to Drawer components --------- Co-authored-by: Krish <krish120003@gmail.com> Co-authored-by: Felix Fong <fongf2@mcmaster.ca>
No description provided.