Conversation
|
Question: is Aerie expected to do any delivery on its own? If not, why did you choose to use DB tables instead of, for example, tagging the relevant workspace files with a I'm mainly asking this because workspace files aren't tracked within the DB at all, making these DB |
Thats a great point re-utilizing tags/metadata, I'm not very familiar with either but @dandelany do you see any potential issues with either of those routes instead of database updates based on where our design is now? Would immediately solve the biggest problem like Theresa mentioned of not having a solid link since files are not tracked in the database. |
Description
This pull-request implements the back-end required for Deliveries.
Deliveries allow users to define a target (i.e., the target system) and package files from a sequence workspace to be 'delivered' to that target, including running any actions required prior to delivery. See pitch linked at the top of the description for more information.
The diagram below is an ERD representation of the tables being created.

Verification
Tests TODO
Documentation
Documentation TODO
Future work
TODO