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 collaboratorConfirm a work item dealing type is correctly identified
Incoming work needs to be categorised within the system
- Scenarios
-
- A work has attachments of AP1 and DS1 only is identified as a Simple Dealing
- A work item has attachments of AN1 it is not identified as a Simple or Complex dealing
- A work item has an attachment of RX3 is identified as a Complex Dealing
- A work item has attachments of RX3, AP1 and DS1 is identified as a Complex Dealing
- A work item has a title number with developer status and is identified as developer title
- A work item has a title number without developer status and is not identified as developer title
- A work has attachments of AP1 and DS1 only is identified as a Simple Dealing
-
- Given
- a work item is received
- And
- the work item includes attachments types AP1 and DS1
- And
- I am able to do Simple DLG types of work
- When
- I view the list of my available work
- Then
- the work item comprising of AP1 and DS1 attachments is displayed
- And
- the work item is given the description of Simple Dealing
- A work item has attachments of AN1 it is not identified as a Simple or Complex dealing
-
- Given
- a work item is received
- And
- the work item is received with attachments type AN1
- And
- I am able to do DLG types of work
- When
- I view the list of my available work
- Then
- the work item with AN1 attachment is displayed
- And
- the work item is not given the work item description of Simple or Complex Dealing
- A work item has an attachment of RX3 is identified as a Complex Dealing
-
- Given
- a work item is received
- And
- the work item includes only an attachment of type RX3
- And
- I am able to do Complex DLG types of work
- When
- I view the list of my available work
- Then
- the work item with RX3 attachment is displayed
- And
- the work item is given the work item description of Complex Dealing
- A work item has attachments of RX3, AP1 and DS1 is identified as a Complex Dealing
-
- Given
- a work item is received
- And
- the work item includes attachments types RX3, AP1 and DS1
- And
- I am able to do Complex DLG types of work
- When
- I view the list of my available work
- Then
- the work item comprising of RX3, AP1 and DS1 attachments is displayed
- And
- the work item is given the work item description of Complex Dealing
- A work item has a title number with developer status and is identified as developer title
-
- Given
- a work item is received for a developer title
- And
- I am able to do Developer types of work
- When
- I view the list of my available work
- Then
- the work item with developer status is displayed
- And
- the work item is given work item description of Developer
- A work item has a title number without developer status and is not identified as developer title
-
- Given
- a work item is received for a non-developer title
- And
- I am able to do TP types of work
- When
- I view the list of my available work
- Then
- the work item without developer status is displayed
- And
- the work item is not given work item description of Developer
Last published over 6 years ago by Matthew Thomas.