genomic-medicine-sweden / docker-sc2reporter

Dockerized version of the sc2reporter program.
GNU General Public License v2.0
0 stars 1 forks source link

Refactor the frontend to handle multiple viruses #129

Open moedarrah opened 1 year ago

moedarrah commented 1 year ago

Using dynamic values (variables) that may differ between viruses, such as column names (which may not apply to all viruses, such as those that do not use pangolins), it would be helpful to have a schema outlining what changes to expect.

moedarrah commented 1 year ago

To refactor the frontend, we need to have a clear understanding of the data that the backend is sending to the frontend. We need a schema that describes the structure of the data that is being sent by the backend to the frontend and what is going to change (Do all viruses use Pangolin and Nextstrain clade?) between different viruses

talnor commented 1 year ago

"classifier": ["type" = "pangolin", "value" = "B.1.1.7", "type" = "nextclade", "value" = "B.1.2.212"]