TIY-LR-FEE-2015-June / assignments

0 stars 3 forks source link

8.1-restaurant-menu-Daniel Condit #202

Open DanielCondit opened 8 years ago

DanielCondit commented 8 years ago

Details

Deliverables

Imagine Bangkok Thai Cuisine has come to you and asked you to help them build a web presence. They don't know anything about the Internet, but they know they need a web page and a way for users to order online. They want an interactive menu that displays all of their food choices with prices, descriptions, etc. They want the customer to be able to select menu items and create an order with a total price. When the user saves the order, it should console.log the

They also want a way to change their menu and view orders that have been created.

Create an Ember CLI app, using the tiny-lr server or Firebase for data persistance, to create a dynamically updating menu page and back of house app. See Additional Resources below for an example online menu. For normal mode you can immediately add an item to the order instead of having a comments or asking how many should be in the order. Also for normal mode, you should be able to go to an "admin" section to CRUD menu items and view orders.

Tasks

Getting Started

DanielCondit commented 8 years ago

Pull request:

https://github.com/DanielCondit/8.1-restaurant-menu/pull/1

rtablada commented 8 years ago

@DanielCondit only thing missing is showing the sum total on your sidebar as items are added. Take a look at Ember.computed.sum which works alot like Ember.computed.max which has a full example in the docs.

I'm not requiring submitting orders.

Also even though not in the original requirements, please push to divshot so that I can review this easier.