dmihal / maker-devcon-burner-wallet

1 stars 1 forks source link

[ Receive Screen ] - Update Receive-via-QR-code user flow to match new Figma designs #4

Open as-dr opened 5 years ago

as-dr commented 5 years ago

The Send screen /Users/alexsingh/projects/maker-devcon-burner-wallet/burner-ui/src/Pages/SendPage/ReceivePage.tsx needs to be updated to match the new user flow from the Figma file

Originally, the Receive user flow asks you to scan a QR code first, before going through a second set of prompts.

  1. Select the Asset and Amount and (optionally) add a reason
  2. Display QR Code Card

A confirmation screen

To Do

as-dr commented 5 years ago

I'm going to be tackling this now.

I'm going to build out the existing flow (Request via Scan) and then we can discuss Sending a Request, which will reuse 90% of the same assets.