You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We currently use the Genomics England PanelApp API for fetching gene panels. Such proxying comes at a price in terms of uptime reliability and loading time of the front-end.
Describe the solution you'd like
Create a new Django ap "panelmirror" that allows to mirror gene panels, currently for GEL PanelApp gene panels only. Also, create Celery background tasks for regularly loading updates. We only need to provide DRF access to the data.
Is your feature request related to a problem? Please describe.
We currently use the Genomics England PanelApp API for fetching gene panels. Such proxying comes at a price in terms of uptime reliability and loading time of the front-end.
Describe the solution you'd like
Create a new Django ap "panelmirror" that allows to mirror gene panels, currently for GEL PanelApp gene panels only. Also, create Celery background tasks for regularly loading updates. We only need to provide DRF access to the data.
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: