Actions
Feature #21944
closedWorkflow launch includes HTML documentation from the description
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Files
Updated by Peter Amstutz 8 months ago
- Description updated (diff)
- File workflow-launch-description.png workflow-launch-description.png added
Updated by Peter Amstutz 8 months ago
- Subject changed from Workflow launch includes HTML documentation from the description and CWL inputs to Workflow launch includes HTML documentation from the description
Updated by Peter Amstutz 8 months ago
- Target version changed from Development 2024-08-07 sprint to Development 2024-08-28 sprint
Updated by Peter Amstutz 7 months ago
21944-work-launch-description @ f1a4461e3171a687d85c1306662ddd067b6930ca
Updated by Peter Amstutz 7 months ago
- Target version changed from Development 2024-08-28 sprint to Development 2024-08-07 sprint
Updated by Peter Amstutz 7 months ago
- Target version changed from Development 2024-08-07 sprint to Development 2024-08-28 sprint
Updated by Peter Amstutz 7 months ago
21944-work-launch-description @ 7b21bc70083b7cc2ab240d99256ab33ff6471143
- All agreed upon points are implemented / addressed.
- now displays the workflow description on the launch page.
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- I didn't make it collapsible as this seemed like it would require setting up a more complicated React component with states than I'm used to dealing with.
- Code is tested and passing, both automated and manual, what manual testing was done is described
- updated tests
- Documentation has been updated.
- improves ability of workflow authors to provide documentation to end users
- Behaves appropriately at the intended scale (describe intended scale).
- no changes to scale
- Considered backwards and forwards compatibility issues between client and server.
- n/a
- Follows our coding standards and GUI style guidelines.
- uses the theme for the title sizing
I ended up moving the 'description' field (for the individual workflow run) to the 'advanced' section, as it isn't frequently used in my experience. I also decided that the initial idea of putting the title and description between the basic form and the inputs was a bad one, which also led to rearranging the fields slightly.
Updated by Peter Amstutz 7 months ago
21944-work-launch-description @ 9ae80e98c68259816e536fed4fee7a2609fed097
Formatted description shows up on workflow launch and in the registered Workflow page.
Updated by Peter Amstutz 7 months ago
21944-work-launch-description @ eda85be076f259d5f74b21edf9708cb513b20943
Fix typo.
Updated by Peter Amstutz 7 months ago
- Status changed from In Progress to Resolved
Actions