opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

Adding data sorting functionality to the ClinVar widget #3160

Open buniello opened 7 months ago

buniello commented 7 months ago

As a user, I would like to be able to sort the Clinvar widget data by review status and clinical significance. At the moment, the ClinVar widget is not sortable by any of the columns/fields. Also, i would like to search by variants in Clinvar widget See here for reference. (not for 23.12 release)

d0choa commented 4 months ago

For background, the ClinVar widget is sorted by score. That's a combination of the review status and clinical significance. It makes sense as the default sorting. Additional sorting based on the above columns would be nice to have, but we would need to rank clinical significances (which might not be trivial) and keep up with changes in the ClinVar values. It has some level of risk.

chinmehta commented 4 months ago

Searching and sorting in Clinvar widget or any other "Server side paginated" table/ widget requires a BE change in query for FE to start and implement it.