hhff / spree-ember

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

Product/Taxonomy enhancement #74

Open triptec opened 9 years ago

triptec commented 9 years ago

We should add the taxonomy sidebar to the taxonomy pages aswell so that it looks more like the products page

hhff commented 9 years ago

:+1: agree!

We're already finding all of the taxons just to filter for the current taxon:

https://github.com/hhff/spree-ember/blob/master/packages/storefront/app/routes/spree/taxons/index.js#L23

We can probably just find all of the taxonomies instead, then in setupController we could filter for the current taxon and set it there to save requests