Andrew Jackson

Results 9 issues of Andrew Jackson

The recent merge of main and unified-fides-2 introduced a subtle typescript linting error but that doesn't effect runtime functionally. To get around the issue the prop object was casted as...

UI
Unified Fides

# Description There is a required `fides_key` column on the `DatasetConfig` table that has a unique constraint. This is a legacy column from pre-unified-fides. It looks like it might be...

When a filter option is selected in the table view it's not always obvious exactly why a specific row was included in the results. It would be helpful to highlight...

### Description It looks like the 1.3.0, 1.4.0, and Roadmap milestones are still around even though they haven't been updated in 2-3 months. Should they still be on the project?...

Tech Debt

### Description & Solution Some TODOs have made it into main. It would be helpful to remove them and add each one as a separate Github issue. This will help...

Tech Debt

# Description Right now every new sqlalchemy model needs to be added to the [base.py](https://github.com/ethyca/fidesops/blob/1bd87d8fe06343cef3fe14dbfbbf0b19fddc068e/src/fidesops/db/base.py) file for alembic's autogenerated migrations to work. It would be nice if this wasn't required....

Tech Debt

### Description Currently the pylint and mypy lints are only run on main app. It would be helpful to run the lints on the test suite too to help improve...

enhancement

# Description The main `FidesopsConfig` settings model has a `log_all_config_values` helper function that logs all of the config values. `AdminUiSettings` was added in a recent PR and wasn't added to...

# Description I'm running into an issue when trying to create a new database using the OPFS AHP file system. This snippet ```typescript import { PGlite } from "@electric-sql/pglite"; const...