-
Notifications
You must be signed in to change notification settings - Fork 172
Remove rank from contest voting #1959
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
Pull Request Test Coverage Report for Build 1213582907Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Deploying with
|
Latest commit: |
9422741
|
Status: | ✅ Deploy successful! |
Preview URL: | https://ed067e4a.cadet-frontend.pages.dev |
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.
sflr! LGTM. Will wait for @YaleChen299 to implement the new leaderboard hiding feature and perform end-to-end testing before merging. shld be ready to merge in a week's time!
* Remove rank from contest voting * Rename relative_score to final_score Co-authored-by: En Rong <53928333+chownces@users.noreply.github.com> Co-authored-by: Chen Yanyu <39845424+YaleChen299@users.noreply.github.com>
* Remove rank from contest voting * Rename relative_score to final_score Co-authored-by: En Rong <53928333+chownces@users.noreply.github.com> Co-authored-by: Chen Yanyu <39845424+YaleChen299@users.noreply.github.com>
Description
Corresponding frontend fix to remove rank from contest voting. The voting scores are changed to 1 (worst) to 10 (best), compared to the initial ranking of 1 (best) to 10 (worst).
Type of change
How to test
Test with the following backend PR source-academy/backend#823
Checklist