isabelrem / 2023-Software-Development-Assessment

MIT License
2 stars 1 forks source link

Allow users to select genetic disease #6

Closed jess789550 closed 10 months ago

jess789550 commented 10 months ago

User enters clinical indiction from National Genomic Testing Directory and selects one from dropdown menu. This input will be used to search for a gene panel in PanelApp using the API

jess789550 commented 10 months ago

https://dash.plotly.com/dash-core-components/dropdown

jess789550 commented 10 months ago

I tried to use a dropdown module but these use HTML which makes it difficult to parse the selected value to the API script. Therefore, I will try a simple string find() to allow the user to find their selected disease

jess789550 commented 10 months ago

https://github.com/isabelrem/2023-Software-Development-Assessment/pull/10

jess789550 commented 10 months ago

See branch: 6-dropdown-menu-for-users

jess789550 commented 10 months ago

See panel-list branch