EandrewJones opened a new issue, #478: URL: https://github.com/apache/flagon-useralejs/issues/478
## 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](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/cookbook.sidepanel-open) + button overlay to expose a issue reporting form to users. The form will have two fields: 1. Issue type (enum) - either `bug_issue` or `feature_request` 2. Text box (default row height + expandable) Depending on the issue type we can have slightly different instructions. Clicking submit will close the sidebar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@flagon.apache.org For additional commands, e-mail: notifications-h...@flagon.apache.org