Alpina - September 6th Goals #99
Comments
|
This slipped by me when we did the planning: "Update a work item type" seems much more like a stretch goal for Sep. 6 than "List work item type". It involve both conceptual work and I would guess quite a bit of implementation |
|
@tsmaeder Yeah, agree. 'Update' has a lot of 'baggage' as to what that actually means. It's not just a DB update. Let's swap them. |
When viewing a list of work items, the top row will be used to quickly add a work item. The user only needs to enter the name. After the name is entered the add button (+) gets enabled. After adding, the list of work items are displayed. Reversing the order of display so that the item that was added is displayed at the top.
…)Quick Add a Work Item Type(fabric8-services/fabric8-wit#99 UI Issue 3). When viewing a list of work items, the top row will be used to quickly add a work item. The user only needs to enter the name. After the name is entered the add button (+) gets enabled. After adding, the list of work items are displayed. Reversing the order of display so that the item that was added is displayed at the top.
When viewing a list of work items, the top row will be used to quickly add a work item. When the item name is entered the add button (+) gets enabled. After adding, the list of work items are displayed in reversed order so that the item that was added is displayed at the top.
|
@maxandersen Can we somehow add information to this list about whether a design has been finalized or not before development starts on an item? Just want to keep it as streamlined as possible :-) |
When viewing a list of work items, the top row will be used to quickly add a work item. When the item name is entered the add button (+) gets enabled. After adding, the list of work items are displayed in reversed order so that the item that was added is displayed at the top.
…). (#23) When viewing a list of work items, the top row will be used to quickly add a work item. When the item name is entered the add button (+) gets enabled. After adding, the list of work items are displayed in reversed order so that the item that was added is displayed at the top.
|
@mindreeper2420 What is on this card ends Tuesday - lets figure out how to do this for next sprint - starts on Wednesday. ok? |
|
@maxandersen works for me. Thanks. |
|
We finished this sprint, result is at demo.almighty.io. |
As a user I should be able to by Sept. 6th 2016 (Alpina):
CLI
Create Work Item Type (extension) #121
Epicwith some fields:$ ./bin/alm-cli --host demo.api.almighty.io create workitemtype --payload '{"extendedTypeName":null,"fields":{"system.owner":{"Type":{"Kind":"user"},"Required":true},"system.state":{"Type":{"Kind":"string"},"Required":false}},"name":"Epic"}'system.issue):$ ./bin/alm-cli --host demo.api.almighty.io show workitemtype --name "system.issue"$ ./bin/alm-cli --host demo.api.almighty.io list workitemtypeUI
Local test usage (#118)
The text was updated successfully, but these errors were encountered: