BitcoinDesign / Bitcoin-Core-App

Tracking the design process for the Bitcoin Core App.
https://bitcoincore.app
MIT License
56 stars 11 forks source link

Send flow design discovery #28

Closed GBKS closed 1 year ago

GBKS commented 2 years ago

We started exploration how sending should work in multiple calls to better understand the features we need to support and how users may want to interact with them. It gets quite intricate, particularly across various wallet types.

Here's a suggested process for design discovery:

Some of these things can happen in parallel and people can work independently as they see fit. We can use the weekly calls to check-in with each other.

mouxdesign commented 2 years ago

Updated the Send user flow (Multi sig 2 of 3)

At the moment this userflow has the following steps:

  1. Person 1 Creates transaction
  2. Person 1 Signs transaction
  3. Person 1 Reviews transaction
  4. Person 1 Sends transaction to Person 2
  5. Person 2 Reviews transaction
  6. Person 2 Signs transaction
  7. Person 2 Confirms transaction

To understand/ask devs:

GBKS commented 1 year ago

Closing this issue as we now have the a proper milestone set up for this task via #65.