Feature #2875
closed[Workbench] Editable description field for pipeline instances and templates
Description
- Add a description attribute to the pipeline_instances and jobs models. (See Hacking API server)
- Make an "editable name and description" partial so any object that has a
description
andname
attributes automatically has the same editable name/description section at the top of the page as the current "show project" page. - Currently the instance#show page shows a misleading description taken from the pipeline template (see #3765). This will be less misleading if we:
- Do not show the template's description at all on the instance page.
- Do not show the template's name in the same location/style we usually use for properties of the current object. (Perhaps a
<div class="alert alert-info">
in the top right corner would be better?) - Add a phrase after the template name/link saying "(note: template has been modified since this instance was created)" when that's true
Also set an initial description field when creating a pipeline instance -- something like
Created using "{template name}" pipeline template on {date/time}
Ideally, arv-run-pipeline-instance should also set the description to something similar. (And accept a command line argument to override)
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.
Updated by Tim Pierce over 10 years ago
- Subject changed from Edit a textile description of my {pipeline, collection, folder} detail tab/section to Edit a textile description of my {pipeline, folder} detail tab/section
Updated by Tom Clegg over 10 years ago
- Target version changed from 2014-06-17 Curating and Crunch to 2014-07-16 Sprint
Updated by Tom Clegg over 10 years ago
- Subject changed from Edit a textile description of my {pipeline, folder} detail tab/section to Edit a textile description of my {pipeline, project} detail tab/section
Updated by Tom Clegg over 10 years ago
- Target version deleted (
2014-07-16 Sprint)
Updated by Tom Clegg over 10 years ago
- Subject changed from Edit a textile description of my {pipeline, project} detail tab/section to [Workbench] Edit a textile description of my {pipeline, project} detail tab/section
- Category set to Workbench
Updated by Tom Clegg over 10 years ago
- Target version changed from 2014-08-06 Sprint to Arvados Future Sprints
Updated by Tom Clegg over 10 years ago
- Subject changed from [Workbench] Edit a textile description of my {pipeline, project} detail tab/section to [Workbench] Editable description field for pipeline instances, templates, and jobs
- Description updated (diff)
- Assigned To deleted (
Peter Amstutz)
Updated by Tom Clegg over 10 years ago
- Target version changed from Arvados Future Sprints to 2014-08-27 Sprint
Updated by Radhika Chippada over 10 years ago
- Assigned To set to Radhika Chippada
Updated by Ward Vandewege about 10 years ago
- Target version changed from 2014-08-27 Sprint to 2014-09-17 sprint
Updated by Tom Clegg about 10 years ago
- Subject changed from [Workbench] Editable description field for pipeline instances, templates, and jobs to [Workbench] Editable description field for pipeline instances and templates
- Description updated (diff)
Updated by Radhika Chippada about 10 years ago
- Status changed from New to In Progress
Updated by Tom Clegg about 10 years ago
Noticed several suspicious lines like this in services/api/db/structure.sql
(note the timestamp):
+INSERT INTO schema_migrations (version) VALUES ('20140509143351'); +
(There is no such migration in the source tree, so surely this isn't right. Perhaps these rows in your schema_migrations table are left over from old migrations during development/review and need to be deleted?)
- Tom, thanks for noticing this and explaining it. I removed these junk lines from db/structure.sql and I also removed them from my schema_migrations table to prevent this from happening again. Thanks.
Updated by Peter Amstutz about 10 years ago
- Collections page has name listed twice, description should go into the info panel like we discussed
- Grammar fix: "This pipeline has been created from the template ..." -> "This pipeline was created from the template ..."
Updated by Radhika Chippada about 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 83 to 100
Applied in changeset arvados|commit:4dedb0cc8921e7210ed245107b83996eb0d4e974.