-
Notifications
You must be signed in to change notification settings - Fork 0
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
User should have a way to know if claim operation on claim page was a success if they switch tabs #669
Comments
"We should see the success after you change tabs and come back." => this implies a change in the flow. Right now, without changing tabs user sees the success and to get rid of success confirmation user navigates to another tab (which was the flow designed by PM). If we decide to display the success after a navigation than that would mean we need (for example) to add an "X" so the user can manually get rid of the success confirmation... which would mean that we would need to keep a copy of operations somewhere |
This comment was marked as outdated.
This comment was marked as outdated.
""For the claim -> same. We should see it pending until succeeded. "" ==> this is an issue and should be fixed But for me the two are not necessarily related and we should create two separate issues ? |
@pivilartisant for 2. claim is not succeeded apart on the History page -> yes, we need to fix this. User should see success or error, after each pending state. We can't have it loading forever. |
Issue for claim pending forever: |
I think this is not doable. The scenario we would like to cover is:
|
Problem: We need to inform the user that claim operation is a success had claimed and navigated to another browser tab
Current behavior:
user has claimable operation
user navigates to claim page
user claims
user navigates to other page
while user is not on page, the operation is success
user goes back to claim page expecting to see success but instead he sees nothing
Expected behavior:
Instead of seeing nothing, the user needs to get the information that a claim has been successful
How to do:
TBD
The text was updated successfully, but these errors were encountered: