vjdorazio / TwoRavens

A web application for data exploration, statistical analysis, model construction and meta analysis tools, that integrates with Zelig and Dataverse.
http://datascience.iq.harvard.edu/tworavens
Other
1 stars 4 forks source link

User Help: Hopscotch #30

Closed tercer closed 6 years ago

tercer commented 6 years ago

In the PSI Tool we added Hopscotch as a way to guide a new user through the steps they ought to tackle to use the system. It gives these messages "a tour", that can be triggered by events and turned off when the user doesn't want to see any more. Here are some examples:

screen shot 2017-09-06 at 11 21 13 am screen shot 2017-09-06 at 11 22 09 am

I'm thinking to add something like this to point the novice user to the things they can act on at different stages / modes. I thought to experiment with the D3M mode, and then take any experience there and port back to the more general case for all TwoRavens users.

raprasad commented 6 years ago

Quick note on adding hopscotch files to the project:

  1. Add the js/css files as needed to the repo's /assets directory
  2. Read the js/css files by following the syntax on the index.html page:

Example:

tercer commented 6 years ago

This was added in October 2017.