-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feedback: allow readers to thumbs up/down on a page #89
Comments
At the JupyterLab weekly meeting, we discussed the desire for these types of metrics collection on our docs pages. For our project, the above proposal for collecting user feedback per page and making those available via an admin panel would be great. Expanding on some of your questions:
Thanks for your work on this! Edit: N-button scales could potentially be enabled via a config file, with associated icons/unicode per item, then the button ID could be captured on click and stored via the admin panel. |
Thanks a lot for your feedback! 💯 Summarizing ✍🏼 what your wrote for my future self:
|
For analysis purposes, also having the CSV with a time stamped row for each interaction (up, down, star, etc), rather than pre-aggregated, would allow us to filter during analysis based on when documentation changes or new software releases go live. |
We've been asked multiple times about the ability to receive feedback from readers on a particular page.
With the new addons client I think this is probably a good idea to consider. We could implement this feature in an agnostic way that works for all the doctools by:
/_/api/v3/feedback/
endpoint on clickPageFeedback
modelPageFeedback
analytics under an admin pageOpen questions
(I'd like to collect some feedback here 😄 )
Related issues
The text was updated successfully, but these errors were encountered: