Project

General

Profile

Feature #2875

Updated by Tom Clegg over 9 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. 

 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. 

Back