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
Is your feature request related to a specific problem?
in https://github.com/ethyca/fidesplus/issues/1044 we are adding to fidesplus an API/endpoint that will serve the up-to-date, "pristine" GVL information. we should switch the FE code to get its GVL "source" from this endpoint, rather than using the hardcoded, static asset that we'd started using as an initial cut.
should be a relatively "clean" swap out of our existing code, i.e. the response from the API should look identical to the static GVL JSON we're using currently -- at least on our first iteration this.
Describe alternatives you've considered, if any
continue using static JSON asset, but then we'd need to update that ~every week
Is your feature request related to a specific problem?
in https://github.com/ethyca/fidesplus/issues/1044 we are adding to
fidesplus
an API/endpoint that will serve the up-to-date, "pristine" GVL information. we should switch the FE code to get its GVL "source" from this endpoint, rather than using the hardcoded, static asset that we'd started using as an initial cut.Describe the solution you'd like
Describe alternatives you've considered, if any
continue using static JSON asset, but then we'd need to update that ~every week
Additional context
blocked by https://github.com/ethyca/fidesplus/issues/1044
The text was updated successfully, but these errors were encountered: