[CS2113-F14-2] DinEZ#82
Open
Zhengwinter wants to merge 432 commits intonus-cs2113-AY2324S2:masterfrom
Open
Conversation
JeffinsonDarmawan
pushed a commit
to JeffinsonDarmawan/tp
that referenced
this pull request
Mar 29, 2024
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
ThawTunZan
reviewed
Apr 3, 2024
ThawTunZan
left a comment
There was a problem hiding this comment.
Add a example output for each commands
ThawTunZan
reviewed
Apr 3, 2024
ThawTunZan
left a comment
There was a problem hiding this comment.
There is "OrderLogic", but may want to include the Logic for other actions like remove or view
ThawTunZan
reviewed
Apr 3, 2024
ThawTunZan
left a comment
There was a problem hiding this comment.
May want an explanation for some of the important methods in each class
ThawTunZan
reviewed
Apr 3, 2024
ThawTunZan
left a comment
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.