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

Governance GUI for econ committee #6290

Closed
13 of 19 tasks
turadg opened this issue Sep 21, 2022 · 1 comment
Closed
13 of 19 tasks

Governance GUI for econ committee #6290

turadg opened this issue Sep 21, 2022 · 1 comment
Assignees
Labels
Dapp & UI Support enhancement New feature or request Governance Governance

Comments

@turadg
Copy link
Member

turadg commented Sep 21, 2022

What is the Problem Being Solved?

#6108 a the CLI (TUI) for performing all the operations needed for governance. agops-governance-smoketest.sh shows how to use them but while working on #6281 we realized the command-line tools require so much setup that we should offer a browser-based UI.

Description of the Design

https://github.com/agoric-labs/gov-demo1

  • its own signing and skips the Wallet UI

TODO

  • make the UI able to connect to devnet and mainnet (and for developers: ollinet, local)

Consider

  • adding a Connect to Wallet button instead of the popup (or at least some documentation to click Keplr icon)
  • rendering the invitation that's being accepted
  • detecting when the faucet is needed and blocking UI until it is

Rough UI

Tab: Vote

  • Accept your invitation (until it's in the wallet, then show when it was added)
  • Show latest question
  • Show all open questions (NOT BLOCKER)
  • Operation to choose among positions on open questions and submit transaction to vote
  • Showing outcomes of past votes (maybe in another tab that doesn't require invitations)

Tab: Propose Change

  • Accept your invitation (as above)
  • Choose pair (updates the rest of the tab)
  • Change MintLimit
  • show current
  • input for the new one
  • Change GiveMintedFee
  • Change WantMintedFee
  • Change offer filter
  • show current filter (NOT BLOCKER)
  • give examples of how to pause the four directions

Security Considerations

TBD

Test Plan

Go through the smoketest script using the GUI and make sure all the operations perform as expected.

@turadg
Copy link
Member Author

turadg commented Sep 28, 2022

necessary feature complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dapp & UI Support enhancement New feature or request Governance Governance
Projects
None yet
Development

No branches or pull requests

2 participants