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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Login page #89

Open
crabbynguyen opened this issue Jan 11, 2021 · 1 comment
Open

Need Login page #89

crabbynguyen opened this issue Jan 11, 2021 · 1 comment
Assignees
Labels
good first issue Good for newcomers in progress Work are on the way

Comments

@crabbynguyen
Copy link
Contributor

馃殌 feature request

Description

Component is used to let users log in to the application through an existing account.

Describe the solution you'd like

  • Include two fields: email and password. These fields must be validated.

  • The Sign In button gets data from fields and submits it.

  • Submit action:
    Use email and password from fields to get Token.
    Save Token to Redux.
    Get customer data and save it to Redux.
    Process to merge customer cart with guest cart.

  • Design:
    https://prnt.sc/wkuvo8

@github-actions github-actions bot added the help wanted Extra attention is needed label Jan 11, 2021
@crabbynguyen crabbynguyen added the good first issue Good for newcomers label Jan 11, 2021
@huykon
Copy link

huykon commented Jan 11, 2021

assign me

@snowsiechau snowsiechau added this to In progress in Core development Jan 14, 2021
@github-actions github-actions bot added the in progress Work are on the way label Jan 14, 2021
@alitonia alitonia removed the help wanted Extra attention is needed label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers in progress Work are on the way
Projects
Core development
In progress
Development

No branches or pull requests

3 participants