To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorDisplay and obtain all related work items with the same title number
After displaying the number of work items with the same title number and the nature of the relationship, the caseworker can
chose whether to obtain or not obtain all other available work items
Example of obtaining work items that are related which may need to form an association.
- Scenarios
-
- Display details of all available work items with the same title number
- Display details of unavailable work items with the same title number
- Display details of all available different work item types with the same title number
- Display and do not obtain available work items with the same title number
- Display details of all available work items with the same title number
-
- Given
- a caseworker exists
- And
- they are able to process DLGs
- And
- they have a profile
- And
- work items for the same title number exist
- When
- the caseworker obtains a new work item
- Then
- the caseworker is informed of the work item they will receive
- And
- the caseworker is informed of the other available work items with the same title number
-
- Given
- I have caseworker1 and caseworker2
- And
- they are both able to process DLGs
- And
- they both have a profile
- And
- work items for the same title number exist
- And
- a work item for the same title number is already allocated to caseworker2
- When
- caseworker1 obtains a new work item
- Then
- caseworker1 is informed of the unavailable work item with the same title number
- Display details of all available different work item types with the same title number
-
- Given
- a caseworker exists
- And
- they are able to process DLGs
- And
- they have a profile
- And
- work items for the same title number exist but are different types
- When
- the caseworker obtains a new work item
- Then
- the work item of a different type is included as other available work items with the same type
- Display and do not obtain available work items with the same title number
-
- Given
- a caseworker exists
- And
- they are able to process DLGs
- And
- they have a profile
- And
- work items for the same title number exist
- When
- the caseworker requests only the single work item
- Then
- only the newly obtained work item will be shown in their worklist
- And
- the correct number of other work items with the same title number is displayed alongside the newly obtained work item(s)
Last published over 6 years ago by Matthew Thomas.