Closed joj0s closed 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.
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
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:null
means it can be empty in the database, andblank
means that that field can be left empty when filling in Django forms. )