Flagged
Done
Details
Details
Assignee
Matt Connolly
Matt ConnollyReporter
Cate Boerema
Cate Boerema(Deactivated)Priority
Sprint
None
Parent
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 31, 2017 at 11:24 AM
Updated May 8, 2017 at 11:46 AM
Resolved May 3, 2017 at 6:44 PM
Purpose Implement basic CRUD functions for Item Loan types. Loan types are customer-defined and can be associated with Items. This page and control should work very much the same as Material types CRUD.
As a library administrator
I want to be able to create, read, update and delete Loan types
So I can determine the appropriate categories for use in my institution
Scenario
Given Settings > Items
When displayed
Then a Loan types page should exist (accessible above Material types in middle pane)
Scenario
Given the Loan types page
When displayed
Then a Loan types control should display
Scenario
Given the Loan types control
When a new loan type is created
Then loan type name can be specified
Scenario
Given the loan type control
When a new loan type is created
Then it should display in the list of created loan types in Settings
Scenario
Given the loan type control
When a new loan type is deleted
Then it should be removed from the list of created loan types in Settings
Scenario
Given the loan type control
When a new loan type is edited
Then the edits should be reflected in the list of created loan types in Settings
NOTE: This should use the same component as the one used for Material type and Patron group CRUD