question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sign up with email

See original GitHub issue

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.

const classes = {
  root: styles.someCustomClassForTheRootElement,
  input: styles.customCssForTheInput,
  label: 'something-here',
};

<Textfield value={value} onChange={onChange} classes={classes} label="Email" />

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:

https://github.com/Coding-Coach/coding-coach-api/issues/9 https://github.com/Coding-Coach/coding-coach-api/issues/12

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:27 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
dhrubeshcommented, Sep 30, 2018

@gibsonhan Let’s work together if it’s fine with you?

1reaction
swissarmykirpancommented, Jan 22, 2019

@emmawedekind @crysfel

  1. Since we have opted to use Auth0 - we no longer need to implement these pages in the front-end stack. Auth0 has the concept of hosted pages - https://auth0.com/docs/hosted-pages/login
  2. The epic needs to be reorganised to consider that information
  3. The epic needs to contain information about the entire Signup Flow, all the steps, such as:

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:

  1. A new person to come onboard and see what is what
  2. For a stakeholder like @emmawedekind to understand what progress has been made
  3. For the person who has identified what work needs to be done.

I apologise if this is overly critical, but we can do a lot better organising the work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create a Gmail account - Google Support
To sign up for Gmail, create a Google Account. You can use the username and password to sign in to Gmail and other...
Read more >
Free email accounts | Register today at mail.com
Email how it is supposed to be: ✓ Free, simple and secure ✓ Manage multiple mail accounts in one place, from any device...
Read more >
Google Accounts: Sign in
Sign in. Use your Google Account. Email or phone. Forgot email? ... Type the text you hear or see. Not your computer? Use...
Read more >
Email or phone - Sign in - Google Accounts
Sign in. Use your Google Account. Email or phone. Forgot email? ... Type the text you hear or see. Not your computer? Use...
Read more >
Outlook – free personal email and calendar from Microsoft
Get free Outlook email and calendar, plus Office Online apps like Word, Excel and PowerPoint. Sign in to access your Outlook, Hotmail or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found