Loan Actions v1: View Loan Details with First Loan Action
Description
Purpose: To begin implementation of new Loan Actions functionality. Loan actions track the history of what has happened to a given loan. All loans have at least one loan action (for tracking the initial loan) but, as things happen to the loan (it is renewed, notifications sent etc) new actions will be logged against the loan. To keep the scope of this initial story small, it will focus on implementing the UI for viewing the loan actions an the first loan action logged when an item is loaned.
Scenarios
Scenario
Given the user profile
When loan records display
Then it should be possible to drill into a loan record to view details (on the "loan details" page)
Scenario
Given the loan details page
When displayed
Then all loan data elements the loan data elements we already have implemented should display as shown in the wireframe
Scenario
Given the loan details page
When displayed
Then a loan actions log should display as shown in the wireframe but lets just display the following data columns to start:
Action Date
Action
Due Date
Operator
Scenario
Given the loan actions log
When displayed
Then the first loan action should be the loan itself
Okay, this looks great. Not bad for your first story, Michal!
Mike Taylor June 14, 2017 at 10:27 PM
This turned out to be a ui-users fix, so I am moving the issue to the UIU project.
Michal Kuklis June 13, 2017 at 4:13 PM
Sounds good @Cate Boerema. Thanks for letting me know!
Cate Boerema June 13, 2017 at 4:12 PM
I also tried to narrow down the data needed to display in the Loan Actions table to stuff I think we could realistically generate now. Let me know if not.
Cate Boerema June 13, 2017 at 4:08 PM
@Michal Kuklis, it's nice to see you are paying close attention! For the scope of this story, let's not worry about those additional fields. We are still working on the requirements with the SIGs for which fields are important to display. I'll create a separate story later on for extending the loan metadata. I'll update the description in this one so it's clear we don't need to worry about those fields just yet. Thanks!
Purpose: To begin implementation of new Loan Actions functionality. Loan actions track the history of what has happened to a given loan. All loans have at least one loan action (for tracking the initial loan) but, as things happen to the loan (it is renewed, notifications sent etc) new actions will be logged against the loan. To keep the scope of this initial story small, it will focus on implementing the UI for viewing the loan actions an the first loan action logged when an item is loaned.
Scenarios
Scenario
Given the user profile
When loan records display
Then it should be possible to drill into a loan record to view details (on the "loan details" page)
Scenario
Given the loan details page
When displayed
Then all loan data elements the loan data elements we already have implemented should display as shown in the wireframe
Scenario
Given the loan details page
When displayed
Then a loan actions log should display as shown in the wireframe but lets just display the following data columns to start:
Action Date
Action
Due Date
Operator
Scenario
Given the loan actions log
When displayed
Then the first loan action should be the loan itself