-
Notifications
You must be signed in to change notification settings - Fork 45
Leaderboard GUI Features #871
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
| self.update_leaderboard = () => { | ||
| CODALAB.api.get_leaderboard_for_render(self.phase_id) | ||
| .done(responseData => { | ||
| console.log(responseData) |
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.
Is it on purpose that you left this console call?
|
@ihsaan-ullah I think only the date should be included, without the exact time. This way the interface will be lighter, and it is not necessary to give that level of precision for the time. |
|
@ihsaan-ullah Thank you for the quick update! I'll test this PR soon. |
|
Great job! I'm going to test it now. |
|
Perfect! Thanks for the corrections. |





@ mention of reviewers
@Didayolo
A brief description of the purpose of the changes contained in this PR.
Additional GUI features for leaderboard are implemented
Issues this PR resolves
#375
Screenshots
Checklist