You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Create a Mongoose schema for the user/client schema
Acceptance Criteria
userSchema.ts created
Steps:
Create file for the schema in ../src/database
Create a IUser type and UserSchema with these fields (subject to change): clerk id, first name, last name, organization, email, phone number, password, list of event ids (from Event Schema)
The text was updated successfully, but these errors were encountered:
aarav27
changed the title
Create user schema
Create User Schema
Jan 17, 2025
Description
Create a Mongoose schema for the user/client schema
Acceptance Criteria
userSchema.ts created
Steps:
The text was updated successfully, but these errors were encountered: