Skip to content

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

Merged
merged 53 commits into from
Apr 2, 2025
Merged

Conversation

IanFonzie
Copy link
Collaborator

Refactoring to the DB, front-end, and back-end that addresses changes from our 03-05-25 and 03-07-25 meetings.

@IanFonzie IanFonzie requested a review from dhruvio March 18, 2025 23:13
Copy link
Collaborator

@dhruvio dhruvio left a 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
Copy link
Collaborator

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?

Comment on lines +41 to +42
UnderReviewTeamQuestions = "UNDER_REVIEW_QUESTIONS", // TODO: Remove
EvaluatedTeamQuestions = "EVALUATED_QUESTIONS", // TODO: Remove
Copy link
Collaborator

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?

Copy link
Collaborator

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.

Copy link
Collaborator

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?

@IanFonzie IanFonzie merged commit 3494f75 into in-app-evaluation Apr 2, 2025
3 checks passed
Copy link

sonarqubecloud bot commented Apr 2, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
33.8% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants