ethyca / fides

The Privacy Engineering & Compliance Framework

Home Page:https://ethyca.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fides: support new TCF related fields on `System` model

adamsachs opened this issue · comments

Is your feature request related to a specific problem?

There are some TCF-related fields we need to add to our System model. We also want to surface them in the TCF overlay.

Follow up to https://github.com/ethyca/fideslang/issues/172.

Describe the solution you'd like

We need to update our corresponding DB model here in fides with these additional fields. We also need to ensure these fields are surfaced appropriately in the TCF overlay that we generate.

We can try to ensure (thru automated test coverage) that the new fields in the fideslang-defined pydantic model are appropriately exposed via the system CRUD API.

moving to done