Describe the bug
The voting UI doesn't tell voters that they voted, and doesn't give them a way to find out what issues they've voted on.
To Reproduce
Steps to reproduce the behavior:
- Set up with an ID as one of the committee members
- visit https://econ-gov.inter.trade/?agoricNet=ollinet
- wait till there's a vote scheduled. Vote.
- Click on the button at the bottom to "Submit vote".
- Approve the vote in the Keplr UI
Expected behavior
The UI should show that the vote is being submitted, and when the chain accepts it, it should tell the user that their vote was sent.
There should also be a way to find out which questions have been voted on. The Vote tab shows all open questions, whether the use has voted already or not. The history tab shows all questions, with no indication of which ones the user voted on, or what position was supported.
Additional context
The first issue could be completely handled in the UI. The second requires support in the back end. The ballotCounter does not reveal who or how many votes have been cast. The individual voter facet could track whether the voter has voted on each particular issue, though it's not obvious who that should be accessible to.
When rallying votes it's helpful to be able to see how many votes have been cast. We don't currently make that available.
Describe the bug
The voting UI doesn't tell voters that they voted, and doesn't give them a way to find out what issues they've voted on.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The UI should show that the vote is being submitted, and when the chain accepts it, it should tell the user that their vote was sent.
There should also be a way to find out which questions have been voted on. The
Votetab shows all open questions, whether the use has voted already or not. The history tab shows all questions, with no indication of which ones the user voted on, or what position was supported.Additional context
The first issue could be completely handled in the UI. The second requires support in the back end. The ballotCounter does not reveal who or how many votes have been cast. The individual voter facet could track whether the voter has voted on each particular issue, though it's not obvious who that should be accessible to.
When rallying votes it's helpful to be able to see how many votes have been cast. We don't currently make that available.