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

Implement send view transfer view - closes #1711 #1799

Merged
merged 11 commits into from Mar 6, 2019

Conversation

osvaldovega
Copy link
Contributor

@osvaldovega osvaldovega commented Feb 27, 2019

What issue have I solved?

-- #1711

How have I implemented/fixed it?

This PR includes the form where the user add the address or bookmark account name, the amount and the reference is the form validates that inputs to see if the data is correct, if everything is correct the button is enable to continue

How has this been tested?

once that the send form is loaded, you can check that the button is disabled so the user it is not able to continue, if there is no bookmarks account the user needs to enter a valid address in case that write something invalid a error message and icon will be display.

In case that there are bookmark accounts that user can type some words or digits of the address and a list will show up where the user can see what bookmarks are available, in case that something is wrong is error message and icon will be display if everything is ok the icon will be green.

The same logic apply for the amount input and reference that it is optional.

After everything be properly fill and correct the button will be enable.

NOTE: For test this you need to change the browser URL from http://localhost:8080/#/wallet/send to http://localhost:8080/#/wallet/sendV2

Review checklist

@osvaldovega osvaldovega self-assigned this Feb 27, 2019
@osvaldovega osvaldovega changed the base branch from 1.13.0 to development February 28, 2019 15:07
@osvaldovega osvaldovega changed the base branch from development to 1.13.0 February 28, 2019 15:07
src/components/bookmarkV2/bookmark.css Outdated Show resolved Hide resolved
src/components/bookmarkV2/bookmark.css Outdated Show resolved Hide resolved
src/components/bookmarkV2/bookmark.css Outdated Show resolved Hide resolved
src/components/bookmarkV2/bookmark.css Outdated Show resolved Hide resolved
src/components/bookmarkV2/bookmark.test.js Outdated Show resolved Hide resolved
src/components/sendV2/form/form.js Show resolved Hide resolved
src/components/sendV2/form/form.test.js Show resolved Hide resolved
src/components/sendV2/form/form.test.js Show resolved Hide resolved
src/components/sendV2/form/form.test.js Show resolved Hide resolved
src/components/sendV2/send.css Outdated Show resolved Hide resolved
@osvaldovega
Copy link
Contributor Author

@RenatoMassao I just update the files based on the changes requested by you, I just checked that unit test and code work properly so right now everything is ok.

Copy link
Contributor

@massao massao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just check with marketing if all texts are correct.

@osvaldovega
Copy link
Contributor Author

Yes yesterday they gave me the correct test

@massao massao added the ready label Mar 6, 2019
@osvaldovega osvaldovega merged commit 44c2a29 into 1.13.0 Mar 6, 2019
@osvaldovega osvaldovega deleted the 1711-implement-send-view-transfer-view branch March 10, 2019 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants