Skip to content
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

20241210 ethyca final feedback #196

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified mkdocs/docs/.DS_Store
Binary file not shown.
34 changes: 17 additions & 17 deletions mkdocs/docs/csv/data_elements.csv

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • spelling error in line 37, should read "Diagnosis"

Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,25 @@ system,data_category,System Data,,"System data that does not belong to, or ident
system.operations,system,System Operations Data,,Data used for the operations of the system.
system.authentication,system,System Authentication Data,,Data used to manage access to the system.
user,data_category,User Data,,User related data.
user.authorization,user,Authorization,,Scope of permissions and access to a system.
user.account,user,Account Data,,Account information.
user.account.settings,user.account,Settings,,Account preferences and settings.
user.children,user,Children,"CA, CT, CO, VA, UT, OR, TX",Data relating to children
user.health,user,Health,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health",Health records or individual's personal medical information.
user.authorization,user,Authorization,,Scope of permissions and access to a system.
user.behavior,user,Behavior,"WA MHMD, NV Health",Behavioral data about the subject.
user.biometrics,user,Biometrics,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health",Returns encoded characteristics provided by a user.
user.children,user,Children,"CA, CT, CO, VA, UT, OR, TX",Data relating to children
user.contact,user,Contact,,Contact data collected about a user.
user.content,user,Content,,"Content related to, or created by the subject."
user.criminal_history,user,Criminal History,,Criminal records or information about the data subject.
user.demographic,user,Demographic,,Demographic data.
user.device,user,Device,,"Data related to a user's device, configuration and setting."
user.financial,user,Financial,,Payment data and financial history.
user.government_id,user,Government ID,CA,State provided identification data.
user.health,user,Health,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, NV Health",Health records or individual's personal medical information.
user.authorization.biometrics,user.authorization,Authorization Biometrics,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA",Credentials for system authentication based on biometrics.
user.biometrics.fingerprint,user.biometrics,Biometrics Fingerprint,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA",Fingerprint encoded data about a subject.
user.biometrics.retinal,user.biometrics,Biometrics Retinal,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA ",Retinal data about a subject.
user.biometrics.voice,user.biometrics,Biometrics Voice,"CA, CT, CO, VA, UT, OR, TX, WA MHMD, IL BIPA ",Voice encoded data about a subject.
user.children.children_under_thirteen,user.children,Children Under Thirteen,"CA, CT, CO, VA, UT, OR, TX",Data relating to children under 13.
user.children.thirteen_to_sixteen,user.children,Child Thriteen-to-Sixteen,CA,Data relating to children between 13-15.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spelling error, should read "Thirteen-to-Sixteen"

user.demographic,user,Demographic,,Demographic data.
user.demographic.sexual_orientation,user.demographic,Sexual Orientation,"CA, CT, CO, VA, UT, OR, TX",Sexual orientation of data subject.
user.demographic.race_ethnicity,user.demographic,Race or Ethnicity,"CA, CT, CO, VA, UT, OR, TX",Race or ethnicity of data subject.
user.demographic.citizenship_or_immigration_status,user.demographic,Citzenship or Immigration Status,"CA, CT, CO, VA, UT, OR, TX",Citizen or immigration status of data subject.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spelling error, should read "Citizenship"

Expand All @@ -40,18 +45,12 @@ user.health.record_id,user.health,Health record ,"CA, CT, CO, VA, UT, OR, TX, WA
user.location,user,Location,"CA, CT, VA, UT, OR, TX, WA MHMD, NV Health",Location data.
user.location.precise,user.location,Precise Location,,Precise location derived from sensors (less than 500M).
user.financial.bank_account,user.financial,Bank Account Information,,Bank account information belonging to the subject.
user.behavior,user,Behavior,"WA MHMD, NV Health",Behavioral data about the subject.
user.contact,user,Contact,,Contact data collected about a user.
user.device,user,Device,,"Data related to a user's device, configuration and setting."
user.name,user,Name,,User's real name.
user.payment,user,Payment,,Payment data related to user.
user.privacy_preferences,user,Privacy Preferences,,Privacy preferences or settings set by the subject.
user.settings,user,Settings,,Users preferences and settings.
user.social_activity,user,Social Activity,,Social activity and interaction data.
user.unique_id,user,Unique ID,,Unique identifier for a user assigned through system use.
user.financial,user,Financial,,Payment data and financial history.
user.name,user,Name,,User's real name.
user.criminal_history,user,Criminal History,,Criminal records or information about the data subject.
user.privacy_preferences,user,Privacy Preferences,,Privacy preferences or settings set by the subject.
user.job_title,user,Job title,,Professional data.
user.content,user,Content,,"Content related to, or created by the subject."
user.account.username,user.account,Username,,Username associated with account.
user.authorization.credentials,user.authorization,Auth Credentials,,Authentication credentials to a system.
user.authorization.password,user.authorization,Password,,Password for system authentication.
Expand Down Expand Up @@ -88,8 +87,6 @@ user.device.cookie,user.device,Cookie,,"Data related to a subject, stored within
user.device.cookie_id,user.device,Cookie ID,,Cookie unique identification number.
user.device.device_id,user.device,Device ID,,Device unique identification number.
user.device.ip_address,user.device,Internet Protocol Address ,,Unique identifier related to device connection.
user.employment,user,Employment Information,,Employment related information.
user.employment.workplace,user.employment,Workplace,,Organization of employment.
user.financial.credit_card,user.financial,Credit Card Information ,,Credit card information belonging to the subject.
user.government_id.birth_certificate,user.government_id,Birth Certificate ,,State issued certificate of birth.
user.government_id.vehicle_registration,user.government_id,License Plate or Vehicle Number,,State issued license plate or vehicle registration data.
Expand All @@ -100,4 +97,7 @@ user.location.coarse,user.location,Coarse Location,,Coarse location derived from
user.name.first,user.name,First name,,Subject's first name.
user.name.last,user.name,Last name,,"Subject's last, or family, name."
user.unique_id.probablistic,user.unique_id,Probablistic ID,,A probabilistic identifier generated from data subject or device characteristics.
user.unique_id.deterministic,user.unique_id,Deterministic ID,,A deterministic identifier generated from data subject or device characteristics.
user.unique_id.deterministic,user.unique_id,Deterministic ID,,A deterministic identifier generated from data subject or device characteristics.
user.professional_information,user, Professional Information, Information related to the individuals career.
user.professional_information.workplace,user.professional_information,Workplace,,Organization of employment.
user.professional_information.job_title,user.professional_information,Job title,,Professional data.
26 changes: 14 additions & 12 deletions mkdocs/docs/csv/data_uses.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fides_key,parent_key,name,tcf,mspa,description
data_use,,Data Use,,,
necessary.operations,necessary,Necessary Operations,,,"Provides essential functions such as legal compliance, security, basic system operations, and support. Without the 'necessary' data use, the product or service cannot operate or meet legal and security requirements"
operational,data_use,Operational,,,"Facilitates operations for the service or product, including product improvements. "
necessary.operations,necessary,Operations,,,"Provides essential functions such as legal compliance, security, basic system operations, and support. Without the 'necessary' data use, the product or service cannot operate or meet legal and security requirements"
functional,data_use,Functional,,,"Facilitates enhanced operations for the service or product, including personalization. "
analytics,data_use,Analytics,,,"Provides analytics for activities such as system and advertising performance reporting, insights and advertising fraud detection."
advertising_marketing,data_use,Advertising & Marketing,,,"Enables marketing, promotion, advertising and sales activities for the product, service, application or system."
disclosure,data_use,Disclosure,,,Provides information regarding whether the data is being transmitted to other parties.
Expand All @@ -14,7 +14,7 @@ necessary.legal_obligation.content_moderation,necessary.legal_obligation,Content
necessary.legal_obligation.dsr,necessary.legal_obligation,DSR/Privacy Request,,,Provides service to meet a data subject rights request.
necessary.operations.notifications.email,necessary.operations.notifications,Email Notifications,,,"Sends email notifications about the product, service, application or system."
necessary.operations.notifications.sms,necessary.operations.notifications,SMS Notifications,,,"Sends SMS notifications about the product, service, application or system."
necessary.operations.support,necessary.operations,Opertions Support,,,"Provides support for the product, service, application or system."
necessary.operations.support,necessary.operations,Operations Support,,,"Provides support for the product, service, application or system."
necessary.operations.improve,necessary.operations,Operations Improvement,,,"Necessary to optimize and improve support for the product, service, application or system."
necessary.operations.quality_assurance,necessary.operations,Quality Assuarance,,,"Necessary to provide quality assurance for the product, service, application, or system. "
necessary.operations.debugging,necessary.operations,Operations Debugging,,,"Necessary to debug the product, service, application, or system."
Expand All @@ -23,22 +23,24 @@ necessary.operations.notifications,necessary.operations,Service Notifications,,,
necessary.operations.payment_processing,necessary.operations,Payment Processing,,,"necessary to processes payments for the product, service, application or system."
necessary.operations.security,necessary.operations,Service Security,,,"necessary to provide security for the product, service, application or system"
necessary.operations.upgrades,necessary.operations,Service Upgrades,,,Provides timely system upgrade information options.
operational.service,operational,Operational Service,,,"Functions relating to provided services, products, applications or systems."
operational.website_use,operational,Operational Website Use,,,"Provides information relating to how consumers use the website, product, service, application, or system. "
operational.survey,operational,Operational Survey,,,"Information relating to surveys provided to assist with improving the website, product, service, application or systems."
operational.service.customer_support,operational.service,Customer Support,,,
operational.service.customer_support.improve,operational.service.customer_support,Customer Support Improvement,,,"Improves the specific product, service, application or system."
necessary.employment,necessary,Employment,,,Provides essential activities for employment.
necessary.employment.hr,necessary.employment,Human Resources,,,Essential human resources activites for an organization.
necessary.employment.hr.hiring,necessary.employment.hr,Hiring,,,Essential hiring activities for an organization.
functional.personalization,functional,Personalization,,,"Functions relating to personalizing the services, products, applications or systems."
functional.security,functional,Enhanced Security,,,"Enhancing security of the services, products, applications or systems."
functional.performance,functional,Performance Optimmization,,,"Enhancing performance of the services, products, applications or systems."
necessary.operations.website_use,necessary.operations,Operational Website Use,,,"Provides information relating to how consumers use the website, product, service, application, or system. "
necessary.operations.survey,necessary.operations,Operational Survey,,,"Information relating to surveys provided to assist with improving the website, product, service, application or systems."
analytics.ad_reporting,analytics,Ad Reporting,,,
analytics.ad_reporting.measure_ad_performance,analytics.ad_reporting,Measure Ad Performance,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of advertising performance.
analytics.ad_reporting.market_research,analytics.ad_reporting,Market Research,[9] Understand audiences through statistics or combinations of data from different sources,[1.33vii] Apply Market Research to Generate Campaign Insight,Provides analytics for reporting of market research.
analytics.ad_reporting.ad_fraud_detection,analytics.ad_reporting,Ad Fraud Detection,[7] Measure advertising performance,[1.33viii] Ad Fraud Detection,Provides analytics for reporting on fraud detection.
analytics.ad_reporting.ad_viewability,analytics.ad_reporting,Ad Viewability,[7] Measuring advertising performance,[1.33ix] Ad Viewability,Provides analytics for reporting on viewability of ads.
analytics.reporting,analytics,Analytics Reporting,,,
analytics.reporting.ad_performance,analytics.reporting,Ad Performance Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of advertising performance.
analytics.reporting.content_performance,analytics.reporting,Content Performance Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Analytics for reporting on content performance.
analytics.reporting.campaign_insights,analytics.reporting,Campaign Insights Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of campaign insights related to advertising and promotion activities.
analytics.ad_reporting.content_performance,analytics.ad_reporting,Content Performance Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Analytics for reporting on content performance.
analytics.ad_reporting.campaign_insights,analytics.ad_reporting,Campaign Insights Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of campaign insights related to advertising and promotion activities.
analytics.reporting.system,analytics.reporting,System Reporting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting on system activity.
analytics.ad_delivery_and_targeting,analytics,Ad Delivery & Targeting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of advertising performance.
analytics.ad_reporting.ad_delivery_and_targeting,analytics.ad_reporting,Ad Delivery & Targeting,[7] Measuring advertising performance,[1.33vi] Measurement Ad Performance,Provides analytics for reporting of advertising performance.
advertising_marketing.first_party.contextual,advertising_marketing.first_party,First-Party Contextual Advertising,[6] Use profiles to select personalized content,[1.33ii] First-party advertising,Serves advertisements based on current content being viewed by the user of the system or service.
advertising_marketing.first_party.targeted,advertising_marketing.first_party,First-Party Targeted Advertising,[6] Use profiles to select personalized content,[1.33ii] First-party advertising,Targets advertisements based on data collected or derived about the user from use of the system.
advertising_marketing.third_party.targeted,advertising_marketing.third_party,Third-Party Targeted Advertising,,"[1.33iv] Targeted advertising
Expand Down
7 changes: 1 addition & 6 deletions mkdocs/docs/js/visdraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,12 +833,7 @@ Promise.all([
const accessor = {
id: (d) => d.fides_key,
parentId: (d) => d.parent_key,
name: (d) =>
d.fides_key
.slice(d.fides_key.lastIndexOf(".") + 1)
.split("_")
.map((d) => d[0].toUpperCase() + d.slice(1))
.join(" "),
name: (d) => d.name,
colorKey: (d) => d.fides_key,
description: (d) => d.description,
regulation: (d) => d.triggered_laws,
Expand Down
Loading