Releases: RobertOstermann/dino-diner
Website Milestone 3
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
Implements a search and filter functionality to the website.
Adds and alters the menu class to work with the new functionality.
Website Milestone 1
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
Updated GUI elements.
Allows for order item edits.
Keeps up to date pricing.
Point of Sale Milestone 2
Updated GUI elements.
Implemented databindings.
Menu Milestone 5
Alter menu items and menu item tests to implement IOrderItem interface.
Point of Sale Milestone 1
Completed the GUI for the point of sale.
Menu Milestone 4
Added Menu class.
Added IMenuItem interface.
Move classes into Dino.Diner.Menu namespace.
Menu Milestone 3
Added Classes and Tests for the drinks.
Created a Combo Class.
Menu Milestone 2
Side classes created for multiple sides.
Entree and side classes implement inheritance.
Comments are added throughout all classes.