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

FrontEnd: User Sign Up #6

Closed
AlejandroLopez1992 opened this issue May 31, 2023 · 0 comments
Closed

FrontEnd: User Sign Up #6

AlejandroLopez1992 opened this issue May 31, 2023 · 0 comments
Assignees
Milestone

Comments

@AlejandroLopez1992
Copy link
Collaborator

AlejandroLopez1992 commented May 31, 2023

As a visitor, when I visit "/", I want to click on the Sign Up button so that I register an account with my Spotify account.
Subtasks:
use user_data from authentication to send get request to back end.
if user is found, create session with user
if not found, send POST request to backend to create user,
with get or post request results create user PORO that can be passed in through Facade to dashboard.

User should be redirected to "/dashboard" after successful registration.

@AlejandroLopez1992 AlejandroLopez1992 added this to the Landing Page milestone May 31, 2023
@AlejandroLopez1992 AlejandroLopez1992 changed the title User Sign Up FrontEnd: User Sign Up May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants