brunobraga95 / mive

MIT License
0 stars 1 forks source link

Create Food Menu #10

Closed AndreAffonso closed 6 years ago

AndreAffonso commented 6 years ago

Description

The menu component must have the items filtered by the category or by the typed value at the search input. Each item must have a name and a price. The items must be selectable and the quantity can be changed. The menu must also have a button to confirm the order and a content to show the order amount price.

Suggestion

Some Dribbble Food Menu examples to inspire the design.

Tasks

Discussion

brunobraga95 commented 6 years ago

I will work on that.

when it comes to sorting, I will add a counter to every food in the menu, and each time a client(regardless of the table) order a food I will increment that counter and it will act as a rank.

we can first sort by this rank and secondly by price.

AndreAffonso commented 6 years ago

Great!