Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] Wizard for multi transactions #141

Open
timothywangdev opened this issue May 4, 2018 · 0 comments
Open

[UI] Wizard for multi transactions #141

timothywangdev opened this issue May 4, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@timothywangdev
Copy link
Contributor

timothywangdev commented May 4, 2018

Currently, for each tx, we have no info regarding what this tx does, the tx id, and how long this tx is expecting to be processed.

If we have multiple tx for one operation, e.g. (approve then apply), we have no info shown to users between each tx.

It will be great to have a wizard to which guides users to go through a list of transactions.

We'd like such wizard to be general purpose, and provide the following functionalities:

  • Input: [ list of tx descriptions]

  • tx description = [ description of the tx, callback() which initiates a tx]

  • UI:
    The wizard behaves like a popup, we have one page for each tx, and a "continue" button to go to the next tx.

For each tx, we would like to have the following info:

  1. tx id which links to etherscan
  2. Description of the tx

If you have any other ideas, please let me know.

@timothywangdev timothywangdev added this to the Sprint 8 milestone May 4, 2018
@timothywangdev timothywangdev added the enhancement New feature or request label May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant