marcinkornek / shop

AngularJS shop
https://ngshop.herokuapp.com/
0 stars 1 forks source link

[#6] Add Product models + associations + validations #6

Open marcinkornek opened 9 years ago

marcinkornek commented 9 years ago

Add model Product with columns:

Add model Product_color with columns:

Add model Product_size with columns:

Add table Category with columns:

Add table main_category with columns:

marcinkornek commented 9 years ago

done Add background-image column to MainCategories and use it in dropdown (image in dropdown is from database and could be changed)

marcinkornek commented 9 years ago

done 09.01.2014 make category name in header active when category loaded

marcinkornek commented 9 years ago

done 09.01.2014 Add loading products when scroll

marcinkornek commented 9 years ago

done 09.01.2014 Add <- item/tems -> in product show to change to previous and next item in category

marcinkornek commented 9 years ago

done 09.01.2014 make focus on search field after showing search field

marcinkornek commented 9 years ago

TODO Make all the product as link to 'product show' in 'product index' (now it is only picture clickable, name and price is not a link)

marcinkornek commented 9 years ago

done 25.01.2015 Add URL's to categories in dropdown menu

marcinkornek commented 9 years ago

done 25.01.2015 Add URL's to product show views in products index page

marcinkornek commented 9 years ago

6.1 done (22.02.2015) Extract single product in index view to another file