-
Notifications
You must be signed in to change notification settings - Fork 3
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: Made new event template schema #226
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Close but some things are missing from the schema.
The template should be able to save everything an admin could want to be prefilled. This includes reusing an image or having the groups already filled out. There are a couple other things that should be included as well, think about whether the event type, checklist, etc should be included as well. Also the registeredIds list will not be needed as that isn't used until the event is created.
…schema' into 220-event-template-schema
Developer: Adarsh Murugesan
Closes #220
Pull Request Summary
Created an identical schema to the event schema but for event templates.
Modifications
Created eventTemplateSchema.ts
Testing Considerations
Check if eventTemplate object shows up in mongoDB collections
Pull Request Checklist
Screenshots/Screencast
None