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

Update UI with Disputable functionality. #58

Open
willjgriff opened this issue Jun 4, 2020 · 0 comments
Open

Update UI with Disputable functionality. #58

willjgriff opened this issue Jun 4, 2020 · 0 comments

Comments

@willjgriff
Copy link
Member

willjgriff commented Jun 4, 2020

Delay UI designs are shown here: https://www.figma.com/file/MbRABwEI6BH4iI6moYvveQ/%F0%9F%A4%9DAgreements-Master?node-id=35%3A6904

I believe all of the new input buttons and modals shown will correspond to new functions available in the Aragon API so we shouldn't have to reference the Agreements contract directly in order to execute those functions or create our own modals.

Each delayed execution action now has the following states, which are stored with the DelayedScript info in delayedScriptStatus excluding the Executable state, which requires calling canExecute() to determine:

  • Active (/scheduled in UI)
  • Paused (/challenged in UI)
  • Executable (no UI icon/view for this yet)
  • Cancelled (also cancelled in UI)
  • Executed (/completed in UI)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant