Interactive-Phylogeny-Team / InteractivePhylogeny

0 stars 0 forks source link

Persistent Data #14

Closed maddyras closed 3 years ago

maddyras commented 3 years ago

We discussed having a persistent data layer to the application in the form of a MongoDB. We also talked about accessing the data through a "login" screen with two options: select data table or add a new data table.

maddyras commented 3 years ago

We should store the DNA sequences as text strings that are limited to a set number of characters (25, for example). The json file should have an attribute associated with each species for DNA sequence that holds the plain text string.

erikhuck commented 3 years ago

Rather than a login screen, there could be a dropdown that specifies which type of tree the front-end needs from the back-end