berkmancenter / dotplot

Telling a story through dots
GNU General Public License v3.0
51 stars 27 forks source link

Show user what to do when first using app #78

Closed jdcc closed 7 years ago

jdcc commented 7 years ago

The first thing a user sees when they start up the app is "Opps! Looks like..." which could make it sound like they received an error before they even did anything.

A helpful walk-through of the features would be nice, but a first step is changing that "Opps" text to something more helpful - along the lines of "You don't have any data loaded into this project. To do so, click 'Load Data' to the left", or if they have already have data but no frames, "Your project is currently empty. To add a frame, click 'Add Frame' to the left."

That text isn't great, but it should help first time users a bit.

chaitanyya commented 7 years ago

Working on a simple "how-to guide" slider at the beginning of the app.

chaitanyya commented 7 years ago

Added in c299d17

jdcc commented 7 years ago

Why is this an SVG instead of regular HTML? The font and formatting look pretty wonky in my browser: image

chaitanyya commented 7 years ago

Okay, working on it now. Thanks for reopening the issue.

chaitanyya commented 7 years ago

Finished working on it, will push it today or early tomorrow.