UserALE passively logs user behavior and then expects analysts downstream to infer user intent, mindset, and behavior from the logs. However, it doesn't offer users any way to provide explicit feedback.
We want to create a pop up issue reporting from that will inject an custom issue log into the stream.
Solution
Utilize either the options.html or a tab-based side bar pop up + button overlay to expose a issue reporting form to users. The form will have two fields:
Issue type (enum) - either bug_issue or feature_request
Text box (default row height + expandable)
Depending on the issue type we can have slightly different instructions. Clicking submit will close the sidebar.
Problem
UserALE passively logs user behavior and then expects analysts downstream to infer user intent, mindset, and behavior from the logs. However, it doesn't offer users any way to provide explicit feedback.
We want to create a pop up issue reporting from that will inject an custom issue log into the stream.
Solution
Utilize either the
options.html
or a tab-based side bar pop up + button overlay to expose a issue reporting form to users. The form will have two fields:bug_issue
orfeature_request
Depending on the issue type we can have slightly different instructions. Clicking submit will close the sidebar.