SoftwareSandbox / FiAngulartje

Learning project in which we try to make our sandwich ordering site better. This is the UI project, built with AngularJS.
Apache License 2.0
3 stars 9 forks source link

Categories #10

Closed Sch3lp closed 9 years ago

Sch3lp commented 9 years ago

Categories

Clicking on the Products link on the homepage will show some categories of products out of which the client can choose from.

Initial Categories

We might want to think about getting a proper Taxonomy eventually. i.e.

Sandwiches
   Cheese
   Ham
   ...
Full meals
   Warm meals
   Cold meals
Catering
   BBQ
   Lunch meeting packages
   Snacks

How to show

Either a different page with big "buttons" representing the categories that are easily distinguishable. Or a dropdown of some sort. Clicking on a Category should navigate to an overview screen of the selected category.