Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
21 stars 12 forks source link

feat(openchallenges): implement input data type filter on challenge search page #2649

Closed rrchai closed 2 months ago

rrchai commented 2 months ago

The filter should now be able to search the EDAM data concepts and be used to filter challenges.

Changelogs

Preview

Recording 2024-04-24 at 11 29 21


There is a bug I notice for the search dropdown filter - tracked https://github.com/Sage-Bionetworks/sage-monorepo/issues/2648, and will be fixed in a future pr.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed for 'openchallenges-app'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

rrchai commented 2 months ago

How does the bug that you mention and are fixing in another PR affects the shipping of the present PR?

  • Do you plan to merge the second PR into this present PR, then merge it to main?
  • Do you want to merge this PR into main first, then merge the second PR to main?

Since this bug has already been there on the prod site for other filters like organization, I prefer to merge this PR first once approved, and then I will fix the bug in a separated PR.