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

Sign up button created #65

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Sign up button created #65

wants to merge 1 commit into from

Conversation

skillitzimberg
Copy link
Contributor

@skillitzimberg skillitzimberg commented Nov 25, 2020

Description

We are building the new user sign up process. We have found that we will need to map out our routing, views, and actions that can be taken from those views by the user.

ROUTES:
With no user logged in:
/: shows the landing page view with SignUp and LogIn buttons;
/signup: Clicking the SignUp button routes to /signup and shows a registration form;
/login: Clicking the LogIn button routes to /login and shows a login form;

Submitting the SignUp form will register the user and log them in and route to /shopping.
Submitting the LogIn form will log the user in and route to /shopping.

With a user logged in:
/add: should be /additem;
/:itemID?: should be /shopping/:itemID?;

Related Issue

#59

Acceptance Criteria

Type of Changes

Type
🐛 Bug fix
✨ New feature
🔨 Refactoring
💯 Add tests
🔗 Update dependencies
📜 Docs

Updates

Before

After

Testing Steps / QA Criteria

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants