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 collaboratorTemplates
- Background
-
- Given
- I am Normin
- Scenarios
-
- Finding the list of templates in the borrow section
- List of templates
- Viewing a template in the borrow section
- Warning when looking at uncompletable templates
- Entering a date after entering a quantity
- Availability display of a template
- Only ordering those models from a template that are available
- Finding the list of templates in the borrow section
-
- Given
- I am listing the main categories
- Then
- I see a link to the templates underneath the categories
- List of templates
-
- When
- I am listing templates in the borrow section
- Then
- I see the templates
- And
- the templates are sorted alphabetically by name
- And
- I can look at one of the templates in detail
- Viewing a template in the borrow section
-
- Given
- I am looking at a template
- Then
- I see all models that template contains
- And
- the models in that template are ordered alphabetically
- And
- for each model I see the quantity as specified by the template
- And
- I can modify the quantity of each model before ordering
- And
- I can specify at most the maximum available quantity per model
- And
- I have to continue the process of specifying start and end dates
- Warning when looking at uncompletable templates
-
- Given
- I am looking at a template
- And
- this template contains models that don't have enough items to satisfy the quantity required by the template
- Then
- I see a warning on the page itself and on every affected model
- Entering a date after entering a quantity
-
- Given
- I have chosen the quantities mentioned in the template
- Then
- the start date is today and the end date is tomorrow
- And
- I can change the start and end date of a potential order
- And
- I have to follow the process to the availability display of the template
- And
- all entries get the chosen start and end date
- Availability display of a template
-
- Given
- I am looking at a template
- And
- I am looking at the availability of a template that contains unavailable models
- Then
- those models are highlighted that are no longer available at this time
- And
- the models are sorted alphabetically within a group
- And
- I can remove the models from the view
- And
- I can change the quantity of the models
- And
- I can change the time range for the availability calculatin of particular models
- When
- I have solved all availability problems
- Then
- I can continue in the process and add all models to the order at once
- Only ordering those models from a template that are available
-
- Given
- I see the availability of a template that has items that are not available
- Then
- I can follow the process to the availability display of the template
- And
- I can follow the process to the availability display of the template
- And
- I can follow the process to the availability display of the template
- And
- the template was added to my order
Last published over 3 years ago by mkmit.