EBIvariation / trait-curation

A web application for manual curation of trait-to-ontology mappings, including provenance and integration with EBI SPOT stack.
Apache License 2.0
2 stars 2 forks source link

Prototype #35

Closed joj0s closed 4 years ago

joj0s commented 4 years ago

This PR includes the first prototype of the app, featuring the first implementation of the data model, as well as a table showing all the inserted data, and a page for each trait showing its details. Closes #3, closes #4 .

I'd like to draw the attention to the data model file (traitcuration/traits/models.py). In particular these points:

joj0s commented 4 years ago

The PR has been automatically deployed here https://clinvar-trai-prototype-pmia54t.herokuapp.com/ . You can create and store new data in the database as you please by going to /admin and logging in with admin username and admin password.

joj0s commented 4 years ago

I pushed a commit addressing all your comments besides the ones open for discussion. In particular:

I also added the model for reviews, which I accidentally left off of the previous commits