lcdporto / boxing-app

Boxing's project Web App made with Angular and Angular Material
MIT License
3 stars 2 forks source link

Item Categories #1

Open ighormartins opened 8 years ago

ighormartins commented 8 years ago

Create a categories feature for the items. It should include: Displaying the item category on the items list Filter items by category on the items list * Chose a category dropdown on the new item view

ighormartins commented 8 years ago

First we will probably need to change the way we are constructing the items list. It's getting slow since it's loading all items at the same time.