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

New Data Field Requests #29

Open
funkhouserw opened this issue Dec 13, 2018 · 0 comments
Open

New Data Field Requests #29

funkhouserw opened this issue Dec 13, 2018 · 0 comments
Labels
enhancement New feature or request low priority No attention currently needed

Comments

@funkhouserw
Copy link

funkhouserw commented Dec 13, 2018

Prioritized list of data I request collecting.

Straight forward data collection feature requests:

  • Cursor type
    • This was started previously
    • Used to determine if a click was important or not.
  • Collect 'aria-*' and 'role' attributes
    • W3 reference
    • If it helps accessibility readers, it helps us.
  • Collect 'ng-*' attributes
    - important for some of the single-page apps we have.
  • Collect . 'data-*' attributes
    - important for more of the single-page apps we have.

More complex data collection feature requests

  • Collect Keyboard Shortcuts

    • More exploration needed
  • Redacted TextContent

    • Right now we just omit all textContent due to HIPPA concerns.
    • New Rule 1: Redact completely if...
      • length greater than 400 characters
      • has 2 or more line-breaks
      • OR cursor type indicates it was not an important click.
    • New Rule 2: Redact (^|\s)[a-zA-Z](\s|$) if...
      • In a list of names (I can provide a big regex for this or a list)
      • Matches a few patterns for email, phone, or address.
    • New Rule 3: Configurable so that for HIPPA-clients we can just totally redact.
@funkhouserw funkhouserw added enhancement New feature or request low priority No attention currently needed labels Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority No attention currently needed
Projects
None yet
Development

No branches or pull requests

1 participant