akbelcolak / language-platform

Heroku
https://language-platform.herokuapp.com/
1 stars 2 forks source link

3. Submitting Student Form #6

Closed akbelcolak closed 4 years ago

akbelcolak commented 4 years ago

As a language learner, I can create an account by submitting the form.

acceptance criteria:

mmelcot commented 4 years ago

Is "student account" different from "learner"? If not, maybe this issue is a duplicate of Issue 1 "Select a Role"

2: "... obligatory areas": you have to mention here which one they are, so that the developer will know what to code :wink:

3: You should explain concretly what happens if a user wants to create an account with an email which already exists. For instance: "If a user creates an account with an email which is already registered in the system, an error page will show"

akbelcolak commented 4 years ago

I have added which obligatory areas should be in the form. And also what happens if a user tries to use the same email address more than one time

akbelcolak commented 4 years ago

this user story has 2 parts

  1. a form made in React
  2. connecting with database to save the info and recieve the info.