You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name: Trust Relationships List
Description: As a logged-in wallet admin user, I want to be able to see the list of trust relationships, be notified of any required action regarding trust relationships, and have the possibility to accept, decline or delete trust relationships.
Acceptance Criteria:
The page should display a grid that lists trust relationships. This grid should have the following columns: “Id”, “Type”, “Request type”, “State”, “Created at”, “Updated at”, “Originating wallet”, “Actor wallet”, and “Target wallet”.
The default order should display trust relationships in “requested” state first (sorted by updated date) followed by trust relationships in “trusted” state (also sorted by updated date) and after the trust relationships in “cancelled” state.
When the user click on a row it should be highlighted
When the user clicks on a row corresponding to a trust relationship, a side panel should appear, presenting the user with various actions he can perform depending on the situation ("accept, “decline”, “delete”). The panel may also display basic information about the transfer. The user can close the panel by clicking the close button at the top.
All trust relationships requests requiring a user action are highlighted (the highlight should be different and compatible with the highlighting of the clicked row).
A red dot notification should appear next to the "Trust Relationships" menu item when there are trust relationship requests requiring user action.
The grid should have server-side paging.
The grid should have a filter to filter by “state”, “request-type”, “type” (drop down)
The grid should have a search filtering to search both results of “actor” or “target” wallet name.
The "Created at,”Updated at”," and "State" columns should be sortable.
Name: Trust Relationships List
Description: As a logged-in wallet admin user, I want to be able to see the list of trust relationships, be notified of any required action regarding trust relationships, and have the possibility to accept, decline or delete trust relationships.
Acceptance Criteria:
The page should display a grid that lists trust relationships. This grid should have the following columns: “Id”, “Type”, “Request type”, “State”, “Created at”, “Updated at”, “Originating wallet”, “Actor wallet”, and “Target wallet”.
The default order should display trust relationships in “requested” state first (sorted by updated date) followed by trust relationships in “trusted” state (also sorted by updated date) and after the trust relationships in “cancelled” state.
When the user click on a row it should be highlighted
When the user clicks on a row corresponding to a trust relationship, a side panel should appear, presenting the user with various actions he can perform depending on the situation ("accept, “decline”, “delete”). The panel may also display basic information about the transfer. The user can close the panel by clicking the close button at the top.
All trust relationships requests requiring a user action are highlighted (the highlight should be different and compatible with the highlighting of the clicked row).
A red dot notification should appear next to the "Trust Relationships" menu item when there are trust relationship requests requiring user action.
The grid should have server-side paging.
The grid should have a filter to filter by “state”, “request-type”, “type” (drop down)
The grid should have a search filtering to search both results of “actor” or “target” wallet name.
The "Created at,”Updated at”," and "State" columns should be sortable.
Link to user stories document: https://docs.google.com/document/d/1IF4fe4_BC319aoBKBW5LV2pypyDTy4K8qe1qqHexQ1Y/edit#heading=h.b57wy8cd5ys7
The text was updated successfully, but these errors were encountered: