Skip to content
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

Registration of a user #28

Open
arranbartish opened this issue Apr 4, 2017 · 0 comments
Open

Registration of a user #28

arranbartish opened this issue Apr 4, 2017 · 0 comments

Comments

@arranbartish
Copy link
Owner

arranbartish commented Apr 4, 2017

Context

We want to explore conditional routes and a richer state than the simple array we have now

Stories

AS a user
GIVEN that I do not have an account
WHEN I click register
THEN I want to start a registration flow.

AS a user
GIVEN that I do not have an account
AND I have clicked register
WHEN I view the screen
THEN I will see the personal contact screen

AS a user
GIVEN that I do not have an account
AND I have filled in the contact screen
WHEN I click next
THEN I will see the profile picture screen

AS a user
GIVEN that I do not have an account
AND uploaded a picture
WHEN I provide a picture
THEN I will be able to veiw it
AND get a string representation of the image

AS a user
GIVEN that I do not have an account
AND I've completed the profile page
WHEN click confirm
THEN I will be logged in
AND I will have a profile picture

AS a user
GIVEN that I do not have an account
AND I have not completed any of the registration
WHEN I navigate directly to the profile page
THEN I will be redirected to the personal contact

Nonfunctionals

  • Storage. Just use an ngRX state
  • Routing
  • does not break existing behaviour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants