|
As a librarian
I want to specify the interface type on an Organization record
So that anyone on my staff has a clear understanding of which interface to use to access what they need.
Requirements
- New field called: Type
- Field placement: Under Interface accordion AND first field displayed
- Field format: multi-select dropdown
- Default: No default
- Dropdown values:
- Admin
- End user
- Reports
- Orders
- Invoices
- Other
- Required field: No
Acceptance criteria
Given I create an Organization record
When I click Add interface
Then display a dropdown of interface types that I can assign to an interface
If I edit an interface on an Organization record
Then I should be able to change interface type value(s)
Given I am viewing an Organization record
When I click on the Interface accordion
Then display the interface type(s) assigned to each interface created for this Organization
|