Allison King

Results 36 issues of Allison King

### Is your feature request related to a specific problem? There are a few components in the UI we only want to show if the user has not gone through...

enhancement

### Is your feature request related to a specific problem? We would like to persist a user's system scan history. ### Describe the solution you'd like We should have a...

enhancement

### Is your feature request related to a specific problem? RTK [recommends](https://redux-toolkit.js.org/tutorials/rtk-query#create-an-api-service) only having one call to `createApi` and then injecting more endpoints off of the one instance. > Typically,...

enhancement
UI

### Bug Description `joint_controller` and `data_protection_impact_assessment` are listed in the docs as array fields, but they are just object fields. https://ethyca.github.io/fideslang/resources/system/ For example, `data_protection_impact_assessment` is not an array, but rather...

bug
documentation

Closes # ### Description Of Changes _Write some things here about the changes and any potential caveats_ ### Code Changes * [ ] _list your code changes here_ ### Steps...

### Bug Description If a user is on a slow connection, there is a chance that we won't properly report their served notices. The flow is: 1. When the modal...

bug

### Is your feature request related to a specific problem? There are 4 areas in `fides-js` where we still query the `gvl.json` directly: * [x] Stacks * [ ] Data...

### Is your feature request related to a specific problem? There are various places throughout the app where we need to limit what the user sees based on scope. https://github.com/ethyca/fides/pull/2682...

> If you're creating a PrivacyNotice with `opt_in` consent mechanism, `displayed_in_overlay` must be True. `displayed_in_privacy_center` can be True or False, nothing to check here. - `displayed_in_overlay` should be toggled ON...

### Is your feature request related to a specific problem? We should add some automated a11y (accessibility) testing to `fides-js` ### Describe the solution you'd like We should research what...