synbiohub icon indicating copy to clipboard operation
synbiohub copied to clipboard

Add support for new implementation class

Open cjmyers opened this issue 7 years ago • 2 comments

There is partial support of a prototype that James created, but it should be moved to use SBOL Implementation once formally approved.

cjmyers avatar Dec 14 '17 20:12 cjmyers

Need to create a form for creating an implementation to collect metadata for the implementation, the Agent who built it, the Plan (with attachments, possibly a zip file) used to build it. Should be able to select if this will go into a new submission or an existing one in your private repository. This is accessed by GET request on /createImplementation.

This information should then be used with a POST to /createImplementation which creates the Implementation, creates the Activity, and links the Implementation through the Activity to the CD or MD that has been built.

Need to create an Implementation page.

The button to createImplementation should appear on CD, MD, and Implementation pages.

cjmyers avatar Feb 15 '18 11:02 cjmyers

Implementation view page added in PR #757. Should still consider adding (or updating) the functionality to create implementations.

cjmyers avatar Jan 07 '19 01:01 cjmyers