-
Notifications
You must be signed in to change notification settings - Fork 162
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
Sign up with email #52
Comments
Using social login will eliminate the need for email validation and the need to securely store passwords. |
@jagzviruz there's another task for that coming up ;) but we are allowing users to use their email to signup as well. |
What about Textfield and checkbox styling? |
Is anyone working on this? |
I'll be taking this up. @emmawedekind Can you assign this to me? |
We don't have the design for this or wireframes, I don't want to waste your time on something that we might ended up removing xD |
@crysfel no problem, I'll be working on this once the design is ready. |
Hey @dhrubesh, I inquired about this issue first. I am not sure if you ignoring my comment above... |
I will assign this to both of you @gibsonhan and @dhrubesh . Please coordinate together. |
🔨🔪🔨I DEMAND ISSUE ASSIGNMENT BY COMBAT 🔨 🔪🔨. Jokes aside. Will do. |
This should be official code of conduct when requesting to assign task. 😂🤣 |
I agree. Let me talk with @crysfel . Ultimately I'd love for people to work together but I also understand this is difficult based on locations. |
But also... we're not ready to begin this task yet as the designs are in-progress. |
@gibsonhan Let's work together if it's fine with you? |
Is there any requirement for social login? Any service like Auth0 or Firebase are going to be used? |
Just to be clear, this task is only to build the UI in the frontend, we still don't have the final design so please be patient. |
Yes, I am working on this, but the Privacy Policy, Cookies, and Terms & Conditions have higher priority. |
This issue is now ready for development. Note: This is only the mobile design; the desktop version will have different styling. Additionally, this story only covers the email sign up. |
Hi, what's the status? |
I want to pull this back into backlog because it needs refining, which I apparently can't do since I don't have permissions to the repo @crysfel |
What do you mean it needs refining...? We're not giving write access to anyone, sorry. That shouldn't stop you from developing. @swissarmykirpan |
@emmawedekind @crysfel
Each of these bits all fulfill the completion of Signup. It will allow us to create stories for each of the bits of work. At the moment this all looks haphazard. There are multiple issues open for the same thing, and it's incoherent and so it's very difficult for:
I apologise if this is overly critical, but we can do a lot better organising the work. |
I have given you write access @swissarmykirpan. You are now welcome to update the Epic with more detailed information: #33. Please let me know if you have any questions, thanks! |
@swissarmykirpan What about https://docs.google.com/document/d/1DbdRZBsyjbeBl9vddUyXCUWsgwdgyyUY2NIQitf3_Z0/edit?disco=uiAAAACIR2Yl4? (I know it's old but there is no conclusion there..) |
@crysfel and I had another discussion about this and we came to the conclusion that the out of box functionality that Auth0 provides is far superior to having to create all the functionality manually. In regards to the concerns:
|
Sounds good. |
@swissarmykirpan @crysfel is there an issue for back-end implementation of Auth0? Will be happy to help there. |
As a user I want to sign up into the app using my email address. Name, Email, Password and a checkbox to accept the terms and conditions.
Once I have entered my data, I want to click the
Sign Up
button to create my account. After the server successfully create my account, I should be redirected to the main page (TBD, maybe profile page? Or search?).When implementing this, make sure to create a
components/Textfield
component, we want this component to be reusable in other parts of the application.Same for the Checkbox, we want reusable components.
The scope of this class is only to define the UI in the clientside. For the actual login in the backend take a look at:
Coding-Coach/coding-coach-api#9
Coding-Coach/coding-coach-api#12
The text was updated successfully, but these errors were encountered: