You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands, the Econ-Gov UI tool is not simple and intuitive to the intended non-technical user i.e Econ Committee members. See list of superficial text, spacing and format changes for relevant features, input fields, buttons etc.
Simplify 'Yes' and 'No' buttons by removing accompanying technical jargon/code (remove handle, type, quorum and method). Include only relevant information i.e. for mint limit on USDC_axl it should include mint limit amount and USDC_axl as the anchor token the proposal is seeking to change. Currently the user does not know who what token the mint limit change is being proposed. (High Priority)
The below UI text changes:
‘GiveMintedFee’ -> ‘Set GiveMinted Fee (Fee charged when user swaps IST for supported stable token)’ (High Priority)
‘WantMintedFee’ -> ‘Set WantMinted Fee (Fee charged when user swaps supported stable token for IST)’ (High Priority)
‘wantMinted’ -> ‘Propose IST minting pause (Users will not be able to swap supported stable tokens for IST in PSM) (wantMinted)’ (High Priority)
‘giveMinted’ -> ‘Propose IST burning pause (Users will not be able to swap IST for supported stable tokens in PSM) (giveMinted)’ (High Priority)
‘Propose param change’ -> ‘Propose Parameter Change Proposal’ (High Priority)
‘Propose set to pause’ -> ‘Propose Pause Offer Proposal’ (High Priority)
‘VoteOnParamChange’ -> ‘Propose Vote to Change Parameters’
‘VoteOnPauseOffers’ -> ‘Propose Vote to Pause Offers’
‘MintLimit’ -> ‘Mint Limit’
3)On History tab
Pending Proposal shows current status of the vote (Status options: 1) Passing, 2) Failing, 3) Quorum not met) (High Priority)
Pending Proposal shows votes for/against by address
Security Considerations
mitigate EC user error like incorrect proposals because of poor usability
Test Plan
make changes
PM reviews and approves
changes deployed
The text was updated successfully, but these errors were encountered:
@samsiegart I have updated this and prioritized some items which are more critical than others. Would be good to get a couple of the easier items knocked out in the next day or two before the EC votes to increase mint limits on Thurs/Fri.
Simplify 'Yes' and 'No' buttons by removing accompanying technical jargon/code (remove handle, type, quorum and method)
Are you sure you want to remove handle? That's the one thing that uniquely identifies a question. I trust the EC keeps meeting records... maybe their own spreadsheet of proposed changes. I recommend they include question handles in those records.
What is the Problem Being Solved?
As it stands, the Econ-Gov UI tool is not simple and intuitive to the intended non-technical user i.e Econ Committee members. See list of superficial text, spacing and format changes for relevant features, input fields, buttons etc.
Description of the Design
Ability to vote on multiple queued proposals (High Priority)EDIT: Ability to vote on multiple queued proposals #14‘GiveMintedFee’ -> ‘Set GiveMinted Fee (Fee charged when user swaps IST for supported stable token)’ (High Priority)
‘WantMintedFee’ -> ‘Set WantMinted Fee (Fee charged when user swaps supported stable token for IST)’ (High Priority)
‘wantMinted’ -> ‘Propose IST minting pause (Users will not be able to swap supported stable tokens for IST in PSM) (wantMinted)’ (High Priority)
‘giveMinted’ -> ‘Propose IST burning pause (Users will not be able to swap IST for supported stable tokens in PSM) (giveMinted)’ (High Priority)
‘Propose param change’ -> ‘Propose Parameter Change Proposal’ (High Priority)
‘Propose set to pause’ -> ‘Propose Pause Offer Proposal’ (High Priority)
‘VoteOnParamChange’ -> ‘Propose Vote to Change Parameters’
‘VoteOnPauseOffers’ -> ‘Propose Vote to Pause Offers’
‘MintLimit’ -> ‘Mint Limit’
3)On History tab
Security Considerations
mitigate EC user error like incorrect proposals because of poor usability
Test Plan
The text was updated successfully, but these errors were encountered: