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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Is your feature request related to a specific problem?
Right now we can only search on request ID, however users will need to be able to search for subject requests about a specific person. Therefore they should be able to search by the provided identity.
Describe the solution you'd like
Demonstrate that a Fidesops UI user can search for subject requests by provided identity.
Additional context
we have BE support for searching, just need to add a parameter
The text was updated successfully, but these errors were encountered:
* adds identity fields to PrivacyRequest model
* store identity data inside database
* update changelog
* add identities in test data command
* store identities provided via the DRP creation endpoint
* black + isort
* store provided identity data in request creation from onetrust
* remove deprecated migration
* adds new provided identity table
* use new provided identity table
* add docstring, remove comment
* update DRP privacy request creation to use ProvidedIdentity model
* update identity creation in test data command
* use persisted identity in OneTrust
* update test to use persisted identity
* isort update
* use enums
* optionally receive a salt in hash_value cmd
* use a constant salt for provided identity hashing
* remove import
* use typehints
* update typedef
* use enum in dict
* test for exact match search
* added exact match search to request status api
* import order
* update CHANGELOG
* adds identity fields to PrivacyRequest model
* store identity data inside database
* update changelog
* add identities in test data command
* store identities provided via the DRP creation endpoint
* black + isort
* store provided identity data in request creation from onetrust
* remove deprecated migration
* adds new provided identity table
* use new provided identity table
* add docstring, remove comment
* update DRP privacy request creation to use ProvidedIdentity model
* update identity creation in test data command
* use persisted identity in OneTrust
* update test to use persisted identity
* isort update
* use enums
* optionally receive a salt in hash_value cmd
* use a constant salt for provided identity hashing
* remove import
* use typehints
* update typedef
* use enum in dict
* test for exact match search
* added exact match search to request status api
* import order
* update CHANGELOG
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a specific problem?
Right now we can only search on request ID, however users will need to be able to search for subject requests about a specific person. Therefore they should be able to search by the provided identity.
Describe the solution you'd like
Additional context
The text was updated successfully, but these errors were encountered: