vega-frontend-monorepo/specs/0007-FUGS-first-use-get-started.md
2023-08-10 09:20:26 +02:00

2.8 KiB

First use & get started steps

When first enter the app

  • Must When I open Console for the first time I can see what it is i.e. a short description and key features in auto opened dialog window (first use popup) (0007-FUGS-001)
  • Must If my wallet is already connected I don't see the first use popup (0007-FUGS-002)
    • Must If window.vega is detected (browser wallet is installed), don't open first use popup (0007-FUGS-003)
    • Must If we detect previous connection using localStorage for desktop/cli wallet, don't open first use popup (0007-FUGS-004)
  • Must There is a call to action to browse markets, linking to the market view market/all (0007-FUGS-005)
  • Must I can see the steps I need to take to get started trading (0007-FUGS-006)
  • Must There is a call to action to get started, triggering the connect modal (0007-FUGS-007)
  • Must There is a link to try out trading on Fairground when I'm on Mainnet (0007-FUGS-008)
  • Must There is a link to trade with real funds on Mainnet when I am on Fairground (0007-FUGS-010)
  • Must When I am on the Fairground version, I can see a warning / call out that this is Fairground meaning I can try out with virtual assets at no risk (0007-FUGS-011)
  • If I dismiss the popup, I land on the default market (0007-FUGS-012)

When first use popup has been seen, but no browser wallet is installed

  • Must I can see the steps to get started with a visible call to action to "get started" in the context of the deal ticket, deposit, withdraw, transfer components in the sidebar (0007-FUGS-013)
  • Must Remove buttons from pane containers that prompt to connect wallet (0007-FUGS-014)
  • Must We've replaced "connect wallet" in the top right with "get started" (0007-FUGS-015)
  • Must When I press the get started CTA, I see the wallet connect popup (0007-FUGS-016)
  • Must If I have a wallet installed already I don't see this quick start onboarding, and instead call(s) to action in Console revert to connect wallet, not "get started" (button in nav header) (0007-FUGS-017)