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

POC of forms validation for Bounties #2857

Closed
dmtrjsg opened this issue Apr 14, 2022 · 1 comment
Closed

POC of forms validation for Bounties #2857

dmtrjsg opened this issue Apr 14, 2022 · 1 comment

Comments

@dmtrjsg
Copy link
Contributor

dmtrjsg commented Apr 14, 2022

How to test:

Go through thebounty flow and check for specifically

  • validation of forms happens on blur (when user clicks away from the input field)

Also validate account sufficient balance/ locks and binding on pasting account to field (rather than selecting from drop down).

@dmtrjsg dmtrjsg closed this as completed Apr 14, 2022
@dmtrjsg dmtrjsg reopened this Apr 14, 2022
@dmtrjsg dmtrjsg self-assigned this Apr 14, 2022
@dmtrjsg dmtrjsg changed the title POC POC of forms validation for Bounties Apr 29, 2022
@dmtrjsg dmtrjsg added scope:bounties enhancement New feature or request ux user experience improvements qa-task release:stabilisation4 labels Apr 29, 2022
@dmtrjsg dmtrjsg removed their assignment May 3, 2022
@ivanturlakov
Copy link

Verified on staging.

The validation takes place when the user has finished typing and then clicks on any item outside the input field.

2022-05-06.13.01.29.mov

If at the second stage of adding a bounty the user decides to go back to the first stage and change the description, the text field will be cleared and you will have to write everything all over again.

When creating a bounty and not enough funds(800tJoy), I received a warning on the second step.
Снимок экрана 2022-05-06 в 13 03 53

But there is no warning on "Contribute", the problem will be detected only when the transaction is initiated. Maybe we need a warning in the first window.
Снимок экрана 2022-05-06 в 13 05 21

Address insertion behavior. Maybe we don't need to clear the field if the user clicked outside the dropdown.

2022-05-06.13.11.09.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants