hhff / spree-ember

:moneybag: An Ember Ecosystem for Spree Commerce.
http://spree-ember.com
MIT License
77 stars 18 forks source link

[auth] Account Page should have Order History #48

Open hhff opened 9 years ago

triptec commented 9 years ago

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 commented 9 years ago

:+1: