Skip to content

Releases: RobertOstermann/dino-diner

Website Milestone 3

04 Dec 21:09
Compare
Choose a tag to compare

Implemented LINQ for filtering the website.
Altered the look of the website to allow users to view price and calories for every size of menu item.

Website Milestone 2

22 Nov 00:08
Compare
Choose a tag to compare

Implements a search and filter functionality to the website.
Adds and alters the menu class to work with the new functionality.

Website Milestone 1

18 Nov 20:37
Compare
Choose a tag to compare

Created a website that displays information about the DinoDiner.
This includes a menu page, an about page, and a privacy page.

Point of Sale Milestone 3

04 Nov 14:34
Compare
Choose a tag to compare

Updated GUI elements.
Allows for order item edits.
Keeps up to date pricing.

Point of Sale Milestone 2

27 Oct 03:29
Compare
Choose a tag to compare

Updated GUI elements.
Implemented databindings.

Menu Milestone 5

20 Oct 22:02
Compare
Choose a tag to compare

Alter menu items and menu item tests to implement IOrderItem interface.

Point of Sale Milestone 1

14 Oct 02:58
Compare
Choose a tag to compare

Completed the GUI for the point of sale.

Menu Milestone 4

05 Oct 00:54
Compare
Choose a tag to compare

Added Menu class.
Added IMenuItem interface.
Move classes into Dino.Diner.Menu namespace.

Menu Milestone 3

27 Sep 20:14
Compare
Choose a tag to compare

Added Classes and Tests for the drinks.
Created a Combo Class.

Menu Milestone 2

18 Sep 20:21
Compare
Choose a tag to compare

Side classes created for multiple sides.
Entree and side classes implement inheritance.
Comments are added throughout all classes.