Closed Krish120003 closed 1 year ago
Name | Link |
---|---|
Latest commit | 0d06b2acf46170163f998a0155dbf67597fb509e |
Latest deploy log | https://app.netlify.com/sites/profound-kringle-30b3e4/deploys/6557ab16ec188e00083b1c21 |
Deploy Preview | https://deploy-preview-156--profound-kringle-30b3e4.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The recent updates involve adding a new Boolean field macEv
to the DH10Application
model to track participation in the McMaster Experience Venture Program. This field is integrated into the database schema, application form, and validation schema, with conditional rendering on the application page based on the user's email domain.
File Path | Change Summary |
---|---|
prisma/migrations/.../migration.sql (2 files) |
Added macEv column to DH10Application table with a default value of false . |
prisma/schema.prisma |
Added macEv Boolean field with a default value of false to DH10Application model. |
src/pages/apply.tsx |
Added conditional rendering for a checkbox related to the McMaster Experience Venture Program based on persistId and isMacEv . |
src/schemas/application.ts |
Added macEv Boolean field with a default value of false to the application schema. |
🐇 In the brisk November air, we hop and tweak, 🍂
Adding checkboxes with logic unique.
A field for ventures, a Boolean flair,
Our code now tracks the McMaster affair. 🎓
Summary by CodeRabbit
New Features
Database Changes
macEv
field to theDH10Application
table to track the McMaster Experience Venture Program participation.Bug Fixes
lastName
field declaration.Refactor
birthday
field declaration for better readability and consistency in the database schema.