Closed prayagd closed 7 months ago
Hey team! Please add your planning poker estimate with Zenhub @b-yap @bogdanS98 @ebma @gianfra-t @TorstenStueber
@pendulum-chain/devs also please raise any questions/ comments if anything unclear
Similar to what I mentioned here, we should not check for existing emails/passwords in the form validation and only do this after submitting the request to the backend.
Also, can we remove the email address verification for now? I don't think it's immediately needed but it makes the whole sign-up way more complex.
Similar to what I mentioned https://github.com/pendulum-chain/pendulum-pay/issues/4#issuecomment-1838913203, we should not check for existing emails/passwords in the form validation and only do this after submitting the request to the backend.
Agree to this suggestion and made changes to the main description
Also, can we remove the email address verification for now? I don't think it's immediately needed but it makes the whole sign-up way more complex.
I think this is a good safety mechanism otherwise i can use any email address and spam the web app by creating multiple accounts which dont belong to me
I think this is a good safety mechanism otherwise i can use any email address and spam the web app by creating multiple accounts which dont belong to me
Hmm okay. You are totally right that it's a good safety mechanism, I was just concerned because it increases the effort of this signup by 2-3x. But we can try.
See my remarks in the login ticket: https://github.com/pendulum-chain/pendulum-pay/issues/4#issuecomment-1842039924
I see particularly that the following things should be changed:
@TorstenStueber update done to the main description, will create new tickets for the for a feature we will implement later
@prayagd thanks, please also link to the new ticket(s) here.
@prayagd we should move this to icebox.
This ticket is meant for an obsolete prototype. Closed.
As a user, i should be able to sign-up the web app
Acceptance criteria
emailValidated
(or better: a timestamp fieldemailValidatedAt
)emailValidated
(oremailValidatedAt
) field in the user tableNote