Background
FreeGenes was a longer term project that unfortunately didn’t result in an intended outcome. flask_freegenes was created to minimally serve a databased backed API to support Endy Lab. The original schema is shown below:
Design
Conceptually there are two different “things” - the Node and the Factory. Since the software here is monolithic, we can conceptually define “Node” and “Factory” into different views for different types of users.
The six different functions we’re looking at overall include:
- DNA design software
- DNA ordering system (This is the Twist stuff)
- Factory - > Node import
- Browse
- Shipments / requests
- Overall status views
Where 1-3 are included in the Factory set, and 4-5 in the Node set. The last function (overall status views) are shared between the sets, as getting a status for an order could be relevant for an incoming order to the factory, or an outgoing user of lab product to another lab. The Endy Lab has designed the following diagram to outline these relationships:
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.