Project

General

Profile

Feature #2875

Updated by Tom Clegg almost 10 years ago

Augment the existing editable "description" field on the "show project" page. 
 * Add Edit a textile description attribute to the pipeline_instances model. (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 my {pipeline, collection, folder}, shown as the current "show project" page. 
 * Use something like http://markitup.jaysalvat.com/examples/textile/ (GPL) to render descriptions as textile on the client side. Hopefully “detail” tab/section when other users find it in a fairly simple matter: 
 ** Fire markitup's trigger on document load and after x-editable saves new content 
 ** Use list, follow the appropriate x-editable features so it doesn't do anything silly like pop up a textarea with rendered html in it. 
 permalink/tinyurl I send them, etc. *Semantics for collections might get interesting since there’s no single owner.

Back