vigetlabs/soli

[Global] Make pop-ups

Opened this issue · 0 comments

Overview

Make Soli pop-up and build out implementations in create, guide details, and profile pages

Estimate: 3 hours

Acceptance Criteria

  • Module should include:
    • title
    • text
    • two buttons
      • the left button should return the user to to a previous state
      • the right button should move the user forward in the flow
    • (for one) a checkbox

Modules to make:

  • [Create] Delete your Guide
    • when in create flow, if a user presses the "cancel" button, a "delete your guide" pop-up appears
      • left button returns the user to the guide
      • right button deletes the guide
  • [Create] Add activity
    • when in create flow, if a user presses "add activity" button, a "move on" pop-up appears
      • left button returns the user to the current activity
      • right button adds the activity to the guide and continues user to new activity
    • this module has a checkbox. if checked, the module no longer appears when the user presses the "add activity" button
  • [Create] Post Guide
    • when in create flow, when the user presses "done" to finish their guide, a "are you sure" pop-up appears
      • left button returns the user to the guide
      • right button sends user to the tags screen
  • [Guide details] Delete your Guide
    • when a user deletes their guide, a "delete your guide?" pop up appears
      • left button will not delete the guide
      • right button will delete the guide
  • [Profile] Log out
    • when a user clicks "log out" button, a "log out" pop-up appears
      • left button keeps the user logged in
      • right button logs the user out

Design Comps

Delete your Guide - Create

Image

Add Activity - Create

Image

Post Guide - Create

Image

Delete your Guide - Guide Details

Image

Log out

Image