EvalAI-ngx
EvalAI-ngx copied to clipboard
Revamped codebase of EvalAI Frontend
Fixes https://github.com/Cloud-CV/EvalAI/issues/2735 - [x] List tags associated with a challenge on the challenge list page, challenge details page
Fixes: #284 [ Add option to change leader-board decimal precision ] - Leaderboard precision value selector slider added under `Leaderboard` tab - Mat-slider has the default value of 2 on...
Feat: #85 Feature: Unit Tests for written for improving coverage for following files: 1. globalService 2. endpointService 3. challengeService 4. authService 5. apiService 6. challengelist-component 7. privacy-policy-component 8. contact-component 9....
Feature added: - Cookie consent The cookie consent will appear when- - someone opens the site for the first time - everytime when someone opens the site in incognito window...
work done in this PR: - [x] [If conditions for auth Checking](https://github.com/Cloud-CV/EvalAI-ngx/blob/master/src/app/components/nav/header-static/header-static.component.html#L7) will be replaced by directive. - [x] unit test written for this directive All the logic goes in...
Feature Introduced through this PR: - Host can now send an invitation to the participant for participating in his/her hosted challenge. Work Done in this PR: - [x] Added Invite...
This PR includes: - [x] Corrected url path for `my_submissions` and `view_all_submissions` - [x] Changed the unique url to `slug` based - [x] Add unique url access for `view_all_submissions` work...
In PR #299 some of the modules are refactored. Below is the list of modules for which refactoring is left to be done. Refactoring TODO list: - [ ] Analysis...
Fixes #190 Replace template driven form in reset-password-confirm page with app input component #### Changes proposed in this pull request: - Change the template driven form in the Login Page...
## I'm submitting a - [x] Bug report ## Current behavior Clicking on "view all submissions" redirects to "participate" Tab. ## Expected behavior It should have open "view all submission"...