You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use react-joyride to create a guided tutorial of the /provider page. Then track a cookie using local storage to only show the two steps of the tutorial once and never again.
Part 1 of tutorial:
(Center) "Welcome to the Mapscout Admin Dashboard! Create and customize your own resource map through our dashboard."
(Select Add Provider Button) "You can start listing locations here."
(Select CSV Button) "Alternatively, you can upload a spreadsheet of locations. Be sure to follow our CSV guideline template!"
Part 2 of tutorial:
NOTE: Should only activate after the list of providers is non-empty AND part 1 is complete. Use a 2nd cookie to keep track of when this part of the tutorial is shown.
(Left hand side - the list of providers) "All of your active listings will appear here."
(Right hand side - the provider info modal) "Select a listing to see its details. This is a preview of what your users will see when they click on a listing."
The text was updated successfully, but these errors were encountered:
Difficulty
Medium (1-2 people)
Description
Use react-joyride to create a guided tutorial of the
/provider
page. Then track a cookie using local storage to only show the two steps of the tutorial once and never again.Part 1 of tutorial:
Part 2 of tutorial:
NOTE: Should only activate after the list of providers is non-empty AND part 1 is complete. Use a 2nd cookie to keep track of when this part of the tutorial is shown.
The text was updated successfully, but these errors were encountered: