Skip to content

New Data Field Requests #29

Description

@funkhouserw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestlow priorityNo attention currently needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions