This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Added email to returning user form#25
Open
ethan375 wants to merge 10 commits intosavvato-software:devfrom
Open
Added email to returning user form#25ethan375 wants to merge 10 commits intosavvato-software:devfrom
ethan375 wants to merge 10 commits intosavvato-software:devfrom
Conversation
… changes to the handling of said data
pulling the recent updates from the dev branch
Contributor
|
Thanks for this Ethan... a couple comments..
+1 |
Author
|
Hey Johnathan,
Thank you for the feedback,
1. I will put a line under both of those elements.
2. I will look at his work and incorporate it
3.Okay I will change it back to concat, do we have any documentation on
standards?
4. It passes on my machine! lol, I will change those to use the data
attributes
I dont have work today, I will work on this today and get back to you!
…On Sun, Mar 29, 2020 at 9:53 PM Johnathan James ***@***.***> wrote:
Thanks for this Ethan... a couple comments..
1. When running the app, in the returning-user view, it feels like
only the Email field has a line under it. Both fields should have a line
under them.
2. @braydenc303 <https://github.com/braydenc303> added some email
validation in his work in PR #24
<#24>. It has not
yet been merged to our main dev branch, but you can take a look at it to
include in the returning-user view as well. I know its a bit of a
scope change, but this email field should only accept valid emails (or as
near as our email validator can confirm for us.)
3. In your commit in user.service.ts, you change a string
concatenation to interpolation. This is fine, and in fact, interpolation is
probably the better choice, but we do concatenation everywhere else. We
should be consistent. I am all for a PR changing our use of concatenation
to interpolation, but in the meanwhile lets stay with concatenation.
4. Cypress tests did not pass when I ran them locally. Also, it is
better to use the data-* attributes to locate components in the DOM.
They are less likely to change, compared to the id field. It seemed
like the #phone locator was not finding its component. I think this is
because the id as described in the HTML has quotes around it, but the
Cypress code does not. (a cursory guess).
+1
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGIGD7JI2CV4M2FCFAIKM3TRKAJUFANCNFSM4LWC7MQA>
.
|
…as copying email validation work from brayden
Author
|
new pr working on validation issues for returning user |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.