Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Last active August 8, 2018 18:06
Show Gist options
  • Save amazingandyyy/06093cad649e160ee12a6f10c91d2928 to your computer and use it in GitHub Desktop.
Save amazingandyyy/06093cad649e160ee12a6f10c91d2928 to your computer and use it in GitHub Desktop.

UI To-Solve Problem

navbar Issue

  1. Right side of navbar is disordered.

Modules Issue

  1. QTUM Prediction
    1. Dont know event status when browsing
    2. after clicking, showing The betting start time has not started yet
  2. Withdraw
    1. Don’t he withdraw(can withdraw, withdrawn) status when browsing
  3. User jumping around(which is not good) QTUM Bet, Result Set, BOT Court, Finalize

APP Issue

  1. Hard to find back participated events
    1. User scenario: Vote one events on last Thursday
      • don’t which stage is the event is, therefore don't know where to do relavant bahaviors(which we want them to do, e.g. result setting, BOT vote, withdraw)
      • second levels to find them (can find in activitiesHistory)
  2. Different cards are lacking of “comparable parameters”(comparable parameters are e.g. topics, hotness, ending time, rewards amount…etc)
  3. Sorting is lacking of functions and confused
  4. Wallet and activities history is duplicated
  5. AllEvents is not used

The main workflow

  • New User:

    • mindset:
      1. learn what is prediciton market
      2. learn how he can lose/make money
      3. user notices cool events
      4. user thinks they can make money
      5. user attempts to participate
      6. user win(positive reinforcement) lose(know why and have (positive) reinforcement)
      7. user wants to do it again
      8. user continues 3~7
      9. user spreads the words
    • behaviral:
      1. LEARN prediciton market
      2. FIND relavent(interesting, or he think he can win) events
      3. BET (the-most-possible-make-money) choise
      4. WAIT for result
      5. (re bet, bet more)
      6. (result SET and oracle VOTE)
      7. WITHDRAW(win) or NOTHING(lose)
      8. continues 2~7
  • Returned User:

    1. FIND relavent(interesting, or he think he can win) events
    2. BET (the-most-possible-make-money) choise
    3. WAIT for result
    4. (re bet, bet more)
    5. (result SET and oracle VOTE)
    6. WITHDRAW(win) or NOTHING(lose)
    • (same as new users' 2~7)
  • Others

    • Lack of landing, inspiring page(refer to crypto kitties)
    • We forgot that "user will only wnat to create new events after they participanted XX times of events and understand how the rule plays out"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment