Skip to content

Create meal-order-vendor-menus component. - #49

Open
alexanderkarpetc wants to merge 258 commits into
masterfrom
vendor_menus
Open

Create meal-order-vendor-menus component.#49
alexanderkarpetc wants to merge 258 commits into
masterfrom
vendor_menus

Conversation

@alexanderkarpetc

Copy link
Copy Markdown
Contributor

This PR:
Create vendor-menus component that contains a list of menus for the current date.
Every record has add button that sends event dish-added with following details:

dish={name: "dishName", vendor: "vendorName", price: "price"}

List of menus is expandable on click.

The component has a search by keywords. The filter is applied to dishTitle, not to the vendor or category.

vendor-menus is stylised for both desktop and mobile.

image

Mobile version
image

# Conflicts:
#	client/user/src/mealorder/meal-order-client-app.html
#	client/user/src/mealorder/menu/meal-order-menu-container.html
#	client/user/src/mealorder/shell/actions/user-actions.html
#	client/user/test/mealorder/menu/meal-order-drawer_test.html
#	client/user/test/mealorder/menu/meal-order-menu-container_test.html
#	client/user/test/mealorder/test_variables.js
@PaulAgeyevPaulAgeyev changed the title vendor-menus componentCreate meal-order-vendor-menus component.Apr 27, 2018
@PaulAgeyev
PaulAgeyev requested review from PaulAgeyev and removed request for PaulAgeyevApril 30, 2018 13:42
…order-component
# Conflicts:
#	client/user/src/mealorder/meal-order-client-app.html
#	client/user/src/mealorder/menu/meal-order-drawer.html
# Conflicts:
#	client/user/bower.json
#	client/user/src/mealorder/meal-order-client-app.html
@alexanderkarpetc
alexanderkarpetc requested review from PaulAgeyev and removed request for PaulAgeyevMay 2, 2018 09:55
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wontfixThis will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@alexanderkarpetc@PaulAgeyev@dkalinin