-
Notifications
You must be signed in to change notification settings - Fork 9
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
Multiple bugs on Delegation flow #920
Labels
🐛 Bug
Something isn't working
Comments
|
'Wallet connected' info - rather should stay:
|
|
JanJaroszczak
added a commit
that referenced
this issue
May 8, 2024
JanJaroszczak
added a commit
that referenced
this issue
May 8, 2024
…tion-flow [#920 - bug 2] DRep details page Back button fix
Duplicate of some symptoms mentioned here #920 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context & versions
staging.sanchonet
Note: there are 6 bugs in this flow. I put them in one issue because they all happen in this (Drep Delegation) flow. It is much easier to understand how they come up by watching the video
Loom Video: https://www.loom.com/share/892c8ac698274c12b081ff8f3f37a3ae?sid=c1d7ff50-cf10-4715-9d90-4bfac649c15c
Bug 1 - on Video from 0:00 to 1:08
Steps to reproduce
Actual behavior
Toast immediately says "Your voting power has been successfully delegated" - but this is not true
Expected behavior
Toast is showing up in the wrong order. I expect that this message should say something like "Delegation in progress"
Bug 2 - on Video from 1:09 to 2:11
Steps to reproduce
Actual behavior
User is sent to the Drep list, however, they didn't come from there. While the page is called 'the list' the user can't go 'back' to it, as they have not come from it.
Expected behavior
Links will have the proper context for users, and will 'know' where they came from. A possible solution would be just to have the links say "Back", and then GovTool would be able to take the users back to where they came from.
Bug 3 - on Video from 2:12 to 3:13
Steps to reproduce
Actual behavior
Repeated showing of 'toasts', including 'wallet connected', Transaction Pending, etc. These look strange, and there is no need to remind users that their wallet is connected. This is a bug
Expected behavior
Users will see the "Wallet Connected" toast only when appropriate" i.e. just after the wallet has successfully connected to GovTool
Bug 4 - on Video from 3:07 to 3:13
Steps to reproduce
Actual behavior
Toast shows that the delegation transaction has failed
Expected behavior
Transaction has gone through ok, and error messages are correct. What I mean is at this time, I can't tell if:
Bug 5 - on Video from 3:19 to 3:13
Steps to reproduce
Actual behavior
Drep ID has changed from one that has been delegated to
Link does not take you to the Drep that you've delegated to
Link does not take you to an existing page
Expected behavior
Link has the correct DRep ID
Link, when clicked, takes you to the correct page, which is the DRep you delegated to.
Bug 6 on video after 3:13
Steps to reproduce
Actual behavior
The page changes to Drep Directory, and a spinner spins endlessly
Expected behavior
There should be a page not found error - as there is no DREp with this ID. This happens if any bad url is passed to this page
The text was updated successfully, but these errors were encountered: