Feature #2875
Updated by Tom Clegg about 10 years ago
Augment the existing editable "description" field on the "show project" page.
* Add a description attribute to the pipeline_instances and jobs models. (See [[Hacking API server#Add-an-attribute-to-a-model]])
* Make an "editable name and description" partial so any object that has a @description@ and @name@ attributes automatically has the same editable name/description section at the top of the page as the current "show project" page.
Ideally, arv-run-pipeline-instance should set an initial/default description field for a pipeline instance -- something like
Created using "{template name}" pipeline template on {date/time}
Note: #3036 adds a @description@ attribute to PipelineInstance and Job (and a @name@ attribute to Job). If #3036 isn't merged when you get started on this, take the @20140815171049_add_name_description_columns.rb@ migration from the 3036-collection-uuids branch instead of making a conflicting one.