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

Feature Request: Retrieve user from Redux and include in Order Form #17

Open
coreyshuman opened this issue Jun 13, 2019 · 1 comment · Fixed by ManishShiwlani/react-challenge-project#3 · 4 remaining pull requests
Open

Feature Request: Retrieve user from Redux and include in Order Form #17

coreyshuman opened this issue Jun 13, 2019 · 1 comment · Fixed by ManishShiwlani/react-challenge-project#3 · 4 remaining pull requests
Labels
challenge task This task is part of the react challenge.

Comments

@coreyshuman
Copy link
Member

coreyshuman commented Jun 13, 2019

Orders have an ordered_by parameter which is not currently filled when a new order is submitted.

The user token is stored in Redux after a successful login. We can attach the user token to the order form submission ordered_by field.

@coreyshuman coreyshuman added the good first issue Good for newcomers label Jun 13, 2019
@Fleury14
Copy link
Collaborator

The login should be storing the login response in redux, and then grabbing that info to be stored in the order. Login response is a success, but the email is not properly being added.

@coreyshuman coreyshuman added challenge task This task is part of the react challenge. and removed good first issue Good for newcomers labels Feb 18, 2020
fluturecode referenced this issue in fluturecode/Interview-Challenge-project_REACT Aug 28, 2020
…der-form

#17-Feature(ordered_by):retrieve user for order from
fluturecode referenced this issue in fluturecode/Interview-Challenge-project_REACT Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment