Skip to content

Releases: matthewfschwartz/bleakwind-buffet

Website Milestone 3

12 Nov 01:13
Compare
Choose a tag to compare

Added responsive design measures to accommodate for potential mobile users. Also completed search and filtering functionality by using Linq queries. Descriptions for each menu item were added and displayed for the user to see in the menu view of the website.

Website Milestone 2

06 Nov 20:39
Compare
Choose a tag to compare

Finished Website Milestone 2. Added functionality for searching for specific menu items and filtering by category type (entree, side, drink) and filtering by price and calorie restrictions. Used Razor Pages to accomplish this using a form that took inputs and bound properties to the html input element names.

Website Milestone 1

30 Oct 19:40
Compare
Choose a tag to compare

Finished Website Milestone 1. Mostly focused on basic css and html using Razor pages to display the menu for Bleakwind Buffet. Iterated through the Menu class in the Data namespace to display all options for placing an order from Bleakwind Buffet.

Point of Sale Milestone 4

18 Oct 21:38
Compare
Choose a tag to compare

Finished Point of Sale Milestone 4, which included the implementation of a cash register and processing payment by cash or card. A cash register was used to dispense any change due and printed a receipt to the debug folder of where the solution was saved. Unit tests were added for the View Model (intermediary class) for the cash register. The UML diagram was also updated.

Bleakwind Buffet Milestone 6

11 Oct 21:19
Compare
Choose a tag to compare

Added options for combo meals and implementation for an order. Fully functioning order summary that shows each item in the order, its price, and special instructions. Included is the ability to remove an item from the order upon selection and a summary of the current order's subtotal, tax, and total costs.
Updated UML to reflect implementation of INotifyPropertyChanged interface, ObservableCollection base class, Order class, and ComboMeal classes.
Also wrote additional tests for the Order and ComboMeal classes.

Bleakwind Buffett Milestone 5

03 Oct 01:58
Compare
Choose a tag to compare

Finished Milestone 5 which implemented the INotifyPropertyChanged interface and event handlers for each changing property for the customization screen for all items on the menu.

Bleakwind Buffett Milestone 4

26 Sep 01:28
Compare
Choose a tag to compare

Bleakwind Buffett with the shell of what the user interface will look like and function. Has all the functionality to see all screens that the user will be able to navigate through. Updated and cleaned up the UML diagram as well.

Bleakwind Buffet Milestone 3

11 Sep 20:13
Compare
Choose a tag to compare

Finished Milestone 3 of Bleakwind Buffet and documentation (UML diagram)

Bleakwind Buffet Milestone 2 and Milestone 1 correction

04 Sep 19:01
Compare
Choose a tag to compare

Milestone 2 complete and fixed Milestone 1 problems with adding in missing using statements.

Updated Bleakwind Buffet

31 Aug 22:45
Compare
Choose a tag to compare

To include Size property for drinks and sides