amschaal / SIMS

SIMS (Sequencing Information Management System), Successor to SLIMS, in search of a better name...
0 stars 0 forks source link

Move all necessary submission import data into DataImport model #9

Open amschaal opened 7 months ago

amschaal commented 7 months ago

Move submission schema/data and other submission fields into Import model. Have project, pools, and samples reference the import. Then we can cleanly have "schema" and "data" fields proper to each model without having 2 data fields or 2 schema fields, like is currently the case on Project.

Update import code to reflect the new location of the data.

Create separate API endpoint and UI items for DataImport/Submission.