Skip to content

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.

3 participants