Skip to content

Add a confirmation modal when approving any privacy request #2291

Closed
@saiatethyca

Description

Description

Today we allow privacy requests to be approved from the Privacy Requests page with a single-click. While this is convenient, we're also finding in some user testing that it's surprising behavior: after all, when a privacy request is approved, it'll immediately start querying databases, making API calls, and (in the case of an erasure) will also start deleting data!

To avoid this, we should add a confirmation modal to the workflow. Here's a quick mockup from @NevilleS with some proposed copy:

Are you sure you want to approve this privacy request?

[Cancel] [Confirm]

We should use our existing confirmation modal pattern for this, so follow the existing conventions for consistency!

Acceptance Criteria

  1. When a privacy request is approved, a confirmation modal appears
  2. If the confirmation modal is cancelled, the request remains unapproved
  3. If the confirmation modal is confirmed, the request is approved and begins processing

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

bugSomething isn't workingcustomer-requestA feature or bug-fix requested by a customer

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions