Skip to content

Commit

Permalink
update Subject Request detail page (#1164)
Browse files Browse the repository at this point in the history
* [#495] clarify additions to subject request event log

* [#863] note retry capabilities in subject requests

* changelog

* fidesops.toml

* changelog

Co-authored-by: Cole Garbo <[email protected]>
  • Loading branch information
conceptualshark and Cole Garbo authored Aug 29, 2022
1 parent 3210847 commit 6f0c3d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,15 @@ The types of changes are:
## [Unreleased](https://github.com/ethyca/fidesops/compare/1.7.2...main)

### Docs

* Fix analytics opt out environment variable name [#1170](https://github.com/ethyca/fidesops/pull/1170)

* Added how to view a subject request history and reprocess a subject request [#1164](https://github.com/ethyca/fidesops/pull/1164)

## [1.7.2](https://github.com/ethyca/fidesops/compare/1.7.1...1.7.2)

### Added
* Adds users and owners configuration for Hubspot connector [#1091](https://github.com/ethyca/fidesops/pull/1091)
* Foundations for a new email connector type [#1142](https://github.com/ethyca/fidesops/pull/1142)


## [1.7.1](https://github.com/ethyca/fidesops/compare/1.7.0...1.7.1)

### Breaking Changes
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions docs/fidesops/docs/ui/subject_requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The FidesOps Admin UI is designed to provide easy, at-a-glance access to submitt
| Download | Download a `.csv` of the shown requests. |
| Clear | Remove all search options and filters. |

## Approve or deny Requests
## Approve or deny requests

![approve or deny requests](../img/admin_ui/approve_deny.png)

Expand All @@ -26,6 +26,12 @@ Hovering over a request row will provide access to the **approve** and **deny**

![request denial](../img/admin_ui/request_denial.png)

## View Request details
## View request details
![subject request details](../img/admin_ui/subject_request_details.png)
Double-clicking a request row will display the request detail page, which allows access to additional information about the request, as well as the request ID and status.
Double-clicking a request row will display the request detail page, which allows access to additional information about the request, including the request ID, request type, and current status.

Requests with a status of **Error** can also be retried from this panel by selecting the **Retry** button.

The bottom of the Request Details panel displays the selected request's full event history. Selecting **View Details** on any event displays a summary of the event. **View Log** displays a detailed event log, which includes fidesops' traversal through third-party connections and collections.

![subject request log](../img/admin_ui/subject_request_log.png)

0 comments on commit 6f0c3d2

Please sign in to comment.