Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angob 348 #62

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/docs/Overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This section provides a general overview of the solution. The goal is to provid

* A [solution overview](/docs/overview/solution) that describes the solution features.
* An [functional architecture](/docs/overview/integration) that shows a number of different flows.
* A [Consent Admin Dashboard Guide](/docs/overview/consent-admin-dashboard) that describes backoffice user interface.

<!-- * A [technical view](/docs/overview/technical) of the architecture and components. -->

<!-- This section does not describe:
Expand Down
45 changes: 45 additions & 0 deletions content/en/docs/Overview/consent-admin-dashboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "Consent Admin Dashboard"
linkTitle: "Consent Admin Dashboard"
weight: 11
date: 2024-11-06
---

The Consent Admin Dashboard allows bank's back-office users to view and/or manage consents of the customers initiated through the open banking channel. Features and options available within this application depend on the back-office user access level, which can be one of two types:

- **View Access**: Allows the user to view data only.
- **Admin Access**: Enables the user to view and modify data.

## Dashboard Overview
The dashboard displays all consent-related data in a table format, supporting features such as filtering and search. Users can filter the data by Status, Consent Type, and Owner, and perform a search by Consent ID located at the top of the table.
![alt text](/Images/consent-admin/image-1.png)

## Features and Options

### 1. Filter Options
- Users can filter the table data based on “Status,” “Consent Type,” and “Owner.”
- Multiple filters can be applied simultaneously.
- A “Reset” button is provided to restore filters to their default settings.
![alt text](/Images/consent-admin/image-2.png)

### 2. Export Data
- The dashboard allows users to export selected consent data by selecting specific rows using checkboxes, users can generate an export file of the chosen data.
![alt text](/Images/consent-admin/image-3.png)
### 3. Search by Consent ID
- Users can perform a search by entering a unique Consent ID, which will narrow down the results to the specific consent item.
![alt text](/Images/consent-admin/image-4.png)

### 4. Modifying Consent Status
- Users with Admin Access can modify the status of certain consents. By clicking on the ellipsis icon (three dots) in each row, a menu with possible status actions is presented:
- For status "On Hold" users can change them to **Revoked**, **Active**.
- For status "Active" users can change them to **Revoked**, **On Hold**.
![alt text](/Images/consent-admin/image-5.png)
- If the consent status is "Initiated," "Revoked," "Expired," or "Consumed," it is not editable.
![alt text](/Images/consent-admin/image-6.png)

### 5. Viewing Consent Details
- Users can view more detailed information about a consent by clicking on a row in the table or selecting the "View" option from the ellipsis menu.
- The details page shows comprehensive information that may not be visible in the table view and allows users with appropriate access to change eligible statuses where applicable.

This Details page thus provides a comprehensive view and control panel for managing consent data based on user access levels.
![alt text](/Images/consent-admin/image-7.png)
Binary file added static/Images/consent-admin/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/consent-admin/image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/consent-admin/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/consent-admin/image-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/consent-admin/image-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/consent-admin/image-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Images/consent-admin/image-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading