Allison King
Allison King
### Checks - [X] I understand project setup issues should be asked on [StackOverflow](https://stackoverflow.com/questions/tagged/http-proxy-middleware) or in [GitHub Discussions](https://github.com/chimurai/http-proxy-middleware/discussions). - [X] I updated to latest `http-proxy-middleware`. ### Describe the bug (be...
Closes https://github.com/ethyca/fides/issues/986 ### Code Changes * [ ] _list your code changes here_ ### Steps to Confirm * [ ] _list any manual steps taken to confirm the changes_ ###...
### Is your feature request related to a specific problem? https://github.com/ethyca/fides/pull/976 adds a column `is_default` to the taxonomy tables. If an entity is default, we should prevent users from being...
Closes https://github.com/ethyca/fides/issues/857, closes https://github.com/ethyca/fides/issues/855 ### Code Changes * [x] Rename `DataCategoryTag` component to `TaxonomyEntityTag` and refactor it a little to share more code * [x] Hook up the AccordionTree edit...
Closes https://github.com/ethyca/fides/issues/854 This requires a fideslang update first: https://github.com/ethyca/fideslang/pull/68 ### Code Changes * [x] Adds a field `is_default` to the taxonomy related sql models (DataCategory, DataUse, DataSubject, DataQualifier) * [x]...
### Is your feature request related to a specific problem? https://github.com/ethyca/fides/pull/976 adds an `is_default` field to taxonomy. Editing taxonomy fields (https://github.com/ethyca/fides/pull/977) may not work as expected due to the additional...
### Is your feature request related to a specific problem? As a user, I want to be prevented from updating the fides_key of any existing taxonomy element. ~~Users should only...
### Is your feature request related to a specific problem? We had a problem where versioneer would mark our built wheel as dirty, which was solved in this PR: https://github.com/ethyca/fides/pull/962...
### Is your feature request related to a specific problem? We need a way to tell if a given taxonomy field is one of the fideslang defaults or if it...
### Is your feature request related to a specific problem? Users should be able to edit taxonomy fields ### Describe the solution you'd like Add an edit button next to...