-
-
Notifications
You must be signed in to change notification settings - Fork 571
Description
Summary
Add the ability to list/export cancelled requests
Why?
Bank request
Details
To see the current screen,
log in as [email protected]
click on "Requests"
What we want:
1/ The current view does not include cancelled requests, and that's fine. Add a checkbox "include cancelled requests?" When this box is checked, and the "filter" button is clicked, the list will be updated to include the cancelled requests.
Cancelled requests will not have the "cancel" button beside them.
2/ The export will be similarly changed -- if that checkbox is clicked, it will include discarded requests.
3/ The drop-down for status currently shows "discarded" -- it should instead show "cancelled" to be consistent with our current wording everywhere else.
4/ The "View request" for a cancelled request will need to be changed as follows:
1/ Do not show "Fulfil request" -- once a request is cancelled, it is cancelled.
2/ Do not show the "Cancel" button
3/ The request status should show "Cancelled" rather than "Errored" for cancelled requests.
Origin notes:
See Support thread July 14 9:26PM, July 20 meeting notes.
Criteria for completion
- behaviour as described
- automated tests to confirm behaviour
- update user guide (docs/user_guide/bank/essentials_requests.md) to cover new functionality