-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CS2113-F14-2] DinEZ #82
base: master
Are you sure you want to change the base?
[CS2113-F14-2] DinEZ #82
Conversation
Implement getReceipt method in Order.java
Implement Order.getReceipt method with discount
Implement Menu commands (MenuAdd, MenuDelete, MenuComplete)
Refactor code and abstract out classes, format in CamelCase
Update V2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a example output for each commands
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is "OrderLogic", but may want to include the Logic for other actions like remove or view
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May want an explanation for some of the important methods in each class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May want to make it neater with the headers to make it easier to read
Update User Guide for v2.0
Update UG with input formats specification
Add FAQ in the user guide
Include confirmation message to OrderCompleteCommand
Update DG
Fix formatting issue in DG
Update Zheqi's PPP
…into branch-more-user-stories
Branch more user stories
Update Zheqi's PPP
Edit UG and fix grammatical errors and formatting issues
Update webtjs PPP
Update link in webtjs PPP
Comment out loggers and update DG
Update Wentao and Xiao Bo PPP
Update Zheqi's PPP
Minor update to PPP
The application is an integrated system solution which aims to help operations manager address all aspects of restaurant management that could be encountered during the daily running of a restaurant in a digitalized way, including order taking, delivery tracking, inventory monitoring and customer feedback etc.