Skip to content

Add ability for maintainers and users to get historical data #445

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

Closed
ericholscher opened this issue Aug 23, 2013 · 1 comment
Closed

Add ability for maintainers and users to get historical data #445

ericholscher opened this issue Aug 23, 2013 · 1 comment
Assignees
Labels
Improvement Minor improvement to code

Comments

@ericholscher
Copy link
Member

It would be awesome if we could track what users do (anonymously) and then display that to all users of a set of documentation.

  • Track when people click a ¶ (onhashchange), to presumably link it to someone. This is an implied "vote" for that content as being useful/interesting
window.onhashchange = function(ev) {console.log(document.getElementById((window.location.hash || '').slice(1))) }
  • Track what search ends a user up on a page
  • Track other interesting tidbits that implicitly show that content is interesting
@ericholscher
Copy link
Member Author

This is out at a basic level, closing this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Minor improvement to code
Projects
None yet
Development

No branches or pull requests

2 participants