Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

[Admin UI] Subject Request details - Activity and Event logs #495

Closed
adriaaaa opened this issue May 11, 2022 · 1 comment · Fixed by #1018
Closed

[Admin UI] Subject Request details - Activity and Event logs #495

adriaaaa opened this issue May 11, 2022 · 1 comment · Fixed by #1018
Assignees
Labels
enhancement New feature or request

Comments

@adriaaaa
Copy link

adriaaaa commented May 11, 2022

Acceptance Criteria

  1. Display order of events in chronological order (most recent on top aka descending), specifically the start time of the event.
  • second ordering can be alphabetic IF start times are the exact same time.
  • note: andrew to look into this as there might be different options available for this sort depending on audit vs. execution logs.
  1. For each “event” the following information MUST be displayed
  • Event Title
  • This is something that succinctly describes the type of activity (see table below)
  • timestamp of when the event started
  • Ability to “View Details”
Activity/Event Types Event Title Format “View Detail” information
Request was received by fidesops Request received Event Title“This request was received and awaits processing”Timestamp
Request was approved by a fidesops user Request approved Event Title“< username > approved this request” Timestamp
Request is being processed through a datastore Processing < Datastore Name > Connector Details should include when the datastore started and finished processingID of datastore?Datastore connection statusAny relevant informational logs (like the API response for SaaS connectors)
Request failed to process successfully through a datastore Request errored at < Datastore Name > Connector ID of datastore?timestamp of when the connector started timestamp of failureerror log of failure
Request was denied Request denied TimestampDenial reason
Fidesops finished processing the request Request completed Timestampis there a way to associate this request to a location within the connected s3 bucket?

Design Artifacts

  • Mockup for viewing details on an event in the activity timeline
  • Mockup for SR detail page
  • related design ticket - FPD-13
  • look at this loom on this page
@adriaaaa adriaaaa added the enhancement New feature or request label May 11, 2022
@TheAndrewJackson TheAndrewJackson self-assigned this May 25, 2022
@adriaaaa
Copy link
Author

Ref Notes:

  • May need an audit of our current errors in the future to ensure errors don't expose PII.
  • Update designs to be a link to open up stack trace in another window. Adria to run by design.

TheAndrewJackson pushed a commit that referenced this issue Aug 29, 2022
* [#495] clarify additions to subject request event log

* [#863] note retry capabilities in subject requests

* changelog

* fidesops.toml

* changelog

Co-authored-by: Cole Garbo <colegarbo@Ethycas-MacBook-Pro.local>
sanders41 pushed a commit that referenced this issue Sep 22, 2022
* [#495] clarify additions to subject request event log

* [#863] note retry capabilities in subject requests

* changelog

* fidesops.toml

* changelog

Co-authored-by: Cole Garbo <colegarbo@Ethycas-MacBook-Pro.local>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants