CodeForPittsburgh / food-access-map-data

Data for the food access map
MIT License
8 stars 18 forks source link

Add Onboarding Wizard #188

Closed maxachis closed 2 years ago

maxachis commented 2 years ago

Have a small onboarding wizard at startup -- a small text bubble that greets the user, introduces the app, and points out the search section on the side of the screen. Once you do it the first time, a cookie remembers that you've done this, and you don't have to do it when starting the app up again.

Possibly make it even less obtrusive by simply having the filter/search buttons flash briefly at startup.

hellonewman commented 2 years ago

Matt says there is a tool for this! He'll look up what it is called but it should make an easy fill-in-the-blank for this project.

hellonewman commented 2 years ago

here it is! https://introjs.com

maxachis commented 2 years ago

First attempt at it done. Now it's a question of how many steps we want (which may change as we continue to develop the map) https://github.com/CodeForPittsburgh/CodeForPittsburgh.github.io/pull/24

hellonewman commented 2 years ago

I think this is great as a first pass. I'll review with PFPC and see what they think.