Skip to content
Joe Edelman edited this page Jul 6, 2015 · 7 revisions

Hindsight is currently an umbrella repo for several closely related projects:

  • libusage - a library for instrumenting chrome (and later, android and ios) and generating detailed profiles of your use of various websites/apps. Tracking not only the minutes you spend on various websites, but notifications and whether they bring you back, activities performed at the sites, indirect attribution of time spent due to links from a recommender site to a content site, etc. To instrument chrome, we call LibUsage.activate(), and thereafter calls like LibUsage.getTimelineFor("https://facebook.com") will return a Timeline JSON object.

  • ReviewKit - a client-side UI library for collecting review information from a user based on a Timeline and posting it as a Review to a CollectiveExperienceStore (CXStore)

  • CXStore (Collective Experience Store) - a client SDK for posting Reviews and for navigating the wisdom formed from many users' reviews. Currently writes to a firebase.

  • Hindsight - a chrome extension which wraps libusage and ReviewKit to monitor your website engagements on the web and offer opportunities to review them

And coming soon:

  • CXAdminPages (TBD) - a web admin interface for moderating, topic pruning, etc, and other administration and data mining, on a CXStore
Clone this wiki locally