Onto-Med / top-frontend

JavaScript based frontend of the TOP Framework
MIT License
0 stars 1 forks source link

Prefill terminology codes from CSV file #317

Closed ChristophB closed 9 months ago

ChristophB commented 10 months ago

Description

Adding a large set of terminology codes to a phenotype can become cumbersome. We should add an option to upload a CSV file of codes, that will be automatically appended to the code list.

TODOs

Other important information

Entries from the CSV will be transformed into JSON objects and appended to the code list - without any checks. The backend should perform additional requests to the terminology server, if applicable (i.e. label is missing or scope != 'self').