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

[auth] Account Page should have Order History #48

Open
hhff opened this issue Apr 19, 2015 · 2 comments
Open

[auth] Account Page should have Order History #48

hhff opened this issue Apr 19, 2015 · 2 comments

Comments

@hhff
Copy link
Owner

hhff commented Apr 19, 2015

No description provided.

@hhff hhff changed the title Account Page should have Order History [auth] Account Page should have Order History Apr 19, 2015
@triptec
Copy link
Contributor

triptec commented May 14, 2015

from gitter:
basically we need to add has_many :orders to the user serializer
and display the orders on the /account route, provided by spree-ember-auth
but I'd like to make them async instead of side-loaded
because I don't want every request of the user to come with a huge chunk of orders if you don't need them
i also haven't verified whether Spree automatically associates the current_order with the current_user when you a) login with a current order active, or b) create a new order while being logged in

@hhff
Copy link
Owner Author

hhff commented May 14, 2015

👍

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

No branches or pull requests

2 participants