-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iab fides taxonomy #189
Closed
Closed
Iab fides taxonomy #189
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add a helper script to convert YAML into different formats, for sharing
Update CSV to include a root node, for convenience
Add a unique_id category for pseudonymous identifiers
Add the other 3 taxonomies
Refactor the data categories taxonomy for usability
Update to snake_case everywhere due to fidesctl 0.9.8
Proposed Dot Notation for Data use Cases
* remove mistaken trailing dot from some data categories * update changelog * Update CHANGELOG.md Co-authored-by: Allison King <[email protected]> --------- Co-authored-by: Allison King <[email protected]>
* data uses * data categories
Co-authored-by: Adam Sachs <[email protected]> Co-authored-by: Dawn Pattison <[email protected]>
* add gvl data category mapping and functions * Update src/fideslang/gvl/gvl_data_category_mapping.json Co-authored-by: Dawn Pattison <[email protected]> * Update src/fideslang/gvl/gvl_data_category_mapping.json Co-authored-by: Dawn Pattison <[email protected]> * Update src/fideslang/gvl/gvl_data_category_mapping.json Co-authored-by: Dawn Pattison <[email protected]> * Update src/fideslang/gvl/gvl_data_category_mapping.json Co-authored-by: Dawn Pattison <[email protected]> * Update src/fideslang/gvl/gvl_data_category_mapping.json Co-authored-by: Dawn Pattison <[email protected]> --------- Co-authored-by: Dawn Pattison <[email protected]>
IABTechLab#177) * add support for PrivacyDeclaration.flexible_legal_basis_for_processing attribute * tweak description Co-authored-by: Neville Samuell <[email protected]> --------- Co-authored-by: Neville Samuell <[email protected]>
* update changelog for 2.2.0 release * add adjustment pr to changelog entry
* support previous_vendor_id attribute on System model * update changelog, create section for 2.2.1 release
* Update flexible legal basis for processing to make it non-optional with a True default.
* Remove Data Qualifiers (IABTechLab#183) * feat: remove data qualifiers * feat: more qualifier removals * more data qualifier removals * remove deprecated fields from models * remove registry construct * format * update changelog * remove retention field on dataset collection and field --------- Co-authored-by: Thomas <[email protected]>
* remove outdated taxonomy screenshot * Update README.md --------- Co-authored-by: Neville Samuell <[email protected]>
add a `System.vendor_deleted_date` property
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Draft of data visualization using IAB Fides Taxonomy edits available in the google doc here.
Instructions
The docs site uses mkdocs, to get this running locally you will need to complete the following steps:
cd mkdocs
pip install mkdocs
orpip install -U mkdocs
to update your existing mkdocs installation (if pre-installed)mkdocs serve
to run this locally on your computermkdocs build
Navigate to the URL indicated in your CLI and look at the home page of the docs for a visual explorer for data cateogries, data uses and data subjects.