Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes (#700)
Code Changes
/api/v1/dataset/{fides_key}
Steps to Confirm
nox -s api
nox -s admin_ui
demo_resources
fidesctl apply
to use the dropdown to choose a different collectionPre-Merge Checklist
CHANGELOG.md
Description Of Changes
I pulled out the "Be able to navigate to collections" step to #712. So right now you'll just have to type the proper fideskey into the URL to get to this path, since there isn't an interaction to get there yet.
Screen.Recording.2022-05-26.at.10.44.34.AM.mov
Also, this doesn't have tests yet. The components themselves are pretty simple (just tables and such), so I don't think unit tests would be the best for this case. It's more the flow of data that is more complicated, and so I think this would most benefit from Cypress tests. Cypress is still being set up, but once that's in we can add a whole bunch of more thorough tests, ticket: #713