-
Notifications
You must be signed in to change notification settings - Fork 0
add review round schema and connect to review #349
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
| profileId: profile?.id, | ||
| companyId: companyId, | ||
| ...values, | ||
| interviewRating: 1, |
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.
if you delete this, then it gives an error when trying to submit a new review. i know your next ticket will be implementing the frontend and making this work, but especially since we're tabling next week i think we want to keep this in to make sure people can still submit reviews in the meantime
|
lgtm |
Create new interview schema
Description
Motivation and Context
want to represent interview ratings as rounds since interviews can have mulitple rounds
Closes #333
Types of changes
pnpm db:generateand verified generated SQL migration files inpackages/db/drizzleChecklist: