UCHIC / SurveyDataViewer

A web application for visualizing the results of social science survey data.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Need to Implement Orientation/Instructions #45

Closed AmberSJones closed 9 years ago

AmberSJones commented 9 years ago

We need to implement some sort of orientation/instructions for users for the first time that they visit the site as some of the buttons/functions may not be obvious. This could be some sort of feature that animates the clicking of buttons, etc. It could also exist as a static page that could be referenced.

AmberSJones commented 9 years ago

If we do this one, we do it last because it is not key functionality.

Maurier commented 9 years ago

I've implemented some simple orientations. I will need help coming up with better and more descriptive ones. I have also included a "Do not show again" checkbox to opt out of these tips.

To re-enable these tips after opting out open your browser console and type the following command:

localStorage.clear();

AmberSJones commented 9 years ago

Wow, looks really good! A few things to address including my suggestions for instructions text:

Maurier commented 9 years ago

Yes, these are all great ideas. I think images would look great. I'll follow up with you on this idea.

Maurier commented 9 years ago

Done. Let me know what you think.

AmberSJones commented 9 years ago

Sweet. I will wait to close until you demo at the meeting tomorrow.

AmberSJones commented 9 years ago

I just noticed that some of the text hasn't been updated to my suggestions on 1, 2, and 3.

Also, there are still issues with these when re-sizing.

AmberSJones commented 9 years ago

The colors on the orientation boxes help them to stand out, however, I think we should change them to be consistent with the colors on this pop-out box: image

Maurier commented 9 years ago

I changed the colors the other way around. Some of the properties in the style were required to show the little arrow in the orientation boxes.

Let me know if this looks ok.

AmberSJones commented 9 years ago

I like the other way better, but this is probably fine. I'll close the issue.