EvalAI
EvalAI copied to clipboard
[Enhancement] Upgrade changes in search functionality
This PR follows up on the previous one (#4175) . This functionality can perform word-by-word searches using titles, tags, and domains, and can also show search results for multiple values.
https://github.com/Cloud-CV/EvalAI/assets/48647625/78af16df-04ac-4b53-b189-b6d7779ea521
Codecov Report
Attention: Patch coverage is 71.05263% with 11 lines in your changes missing coverage. Please review.
Project coverage is 69.29%. Comparing base (
96968d6) to head (186c6b1). Report is 1143 commits behind head on master.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| frontend/src/js/controllers/challengeListCtrl.js | 57.89% | 8 Missing :warning: |
| frontend/src/js/controllers/hostedChallengeCtrl.js | 84.21% | 3 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #4362 +/- ##
==========================================
- Coverage 72.93% 69.29% -3.65%
==========================================
Files 83 20 -63
Lines 5368 3608 -1760
==========================================
- Hits 3915 2500 -1415
+ Misses 1453 1108 -345
| Files with missing lines | Coverage Δ | |
|---|---|---|
| frontend/src/js/controllers/hostedChallengeCtrl.js | 94.64% <84.21%> (-5.36%) |
:arrow_down: |
| frontend/src/js/controllers/challengeListCtrl.js | 85.54% <57.89%> (-9.14%) |
:arrow_down: |
... and 64 files with indirect coverage changes
| Files with missing lines | Coverage Δ | |
|---|---|---|
| frontend/src/js/controllers/hostedChallengeCtrl.js | 94.64% <84.21%> (-5.36%) |
:arrow_down: |
| frontend/src/js/controllers/challengeListCtrl.js | 85.54% <57.89%> (-9.14%) |
:arrow_down: |
... and 64 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update be3c597...186c6b1. Read the comment docs.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@Harshit28j The drop down menu is going over the screen
When selecting "All" the challenge without domain is disappearing , this should not happen, all challenges should be shown in "All" field.
@Harshit28j What's the update on this PR?