-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create event modal #159
base: main
Are you sure you want to change the base?
Create event modal #159
Conversation
* main: Added Create Event Button to MainCalendar feat: Add validation for end date after start date feat: Add Event Details Overlay # Conflicts: # package-lock.json
@rmj1405 is attempting to deploy a commit to the Nus Fintech Deployments Team on Vercel. A member of the Team first needs to authorize it. |
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.
Created a new folder to abstract away the form validation logic which was making the code extremely long and messy
* main: Update FullCalender UI Make changes to Event Modal Popping and SubmitAttendanceModal Secret Code Input Field Update Firebase dependency change hardcoded eventname Added Submit Attendance Modal UI # Conflicts: # src/components/calendar/MainCalendar.tsx # yarn.lock
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Description
Updated Event model and created a new Create Event Modal that is able to publish to the firebase database. Logic for isExclusive and invitedAttendees has not been implemented yet.
Type of change
Please delete options that are not relevant.
Checklist: