Done
Details
Assignee
Mike TaylorMike TaylorReporter
Cate BoeremaCate Boerema(Deactivated)Labels
Priority
P3Sprint
NoneTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Mike Taylor
Mike TaylorReporter
Cate Boerema
Cate Boerema(Deactivated)Labels
Priority
Sprint
None
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 23, 2016 at 11:01 AM
Updated May 8, 2017 at 11:46 AM
Resolved February 1, 2017 at 3:34 PM
Purpose: Implement basic Item list
As a libadmin who is working with item records in the Inventory app
I want my items to be displayed with the most meaningful metadata and in a logical default sort order
So I can easily browse the list
Scenario
Given the Inventory App
When displayed
Then the page should display with the multi-paned layout shown in the prototype (same as used in Users app)
Scenario
Given the list pane of the Inventory App
When records are displayed
Then:
Title data should display Prototype only shows single column, but if we want to do the multi-column view since that's what we have working for Users, we can do that. Other columns to display include Material Type and Location.
Default primary sort order should be alpha by title
Default secondary sort order should be alpha by material type
Out of scope for this story (will be covered in separate stories):
Configure data to display, sort order etc by clicking the "..." button
Click item to view details (covered in LIBAPP-5)
Search and filter list