-
Notifications
You must be signed in to change notification settings - Fork 22
Refactor/evaluation schema #492
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
Conversation
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.
Nice work, @IanFonzie ! I left a couple of comments clarifying some items, and one minor suggestion on module organization.
EvaluationTeamQuestionsReview = "EVAL_QUESTIONS_REVIEW", | ||
EvaluationTeamQuestionsChairSubmission = "EVAL_QUESTIONS_CHAIR_SUBMISSION", | ||
EvaluationTeamQuestionsAdminReview = "EVAL_QUESTIONS_ADMIN_REVIEW", | ||
EvaluationTeamQuestions = "EVAL_QUESTIONS", // TODO: Remove |
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.
Confirming you are aware of this TODO to address later?
UnderReviewTeamQuestions = "UNDER_REVIEW_QUESTIONS", // TODO: Remove | ||
EvaluatedTeamQuestions = "EVALUATED_QUESTIONS", // TODO: Remove |
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.
Confirming you are aware of these TODOs to address later?
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.
I understand why it's simpler to keep these functions in a single module instead of mapping the DB modules to match the resource modules. However, I would recommend renaming this file from db/question-evaluation/sprint-with-us.ts
to db/evaluations/sprint-with-us/team-questions.ts
for clarity.
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.
IIRC the plan is to move the question-evaluation
pages to their correct locations post launch?
|
Refactoring to the DB, front-end, and back-end that addresses changes from our 03-05-25 and 03-07-25 meetings.