-
Notifications
You must be signed in to change notification settings - Fork 123
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-T10-1] FridgeFriend #22
base: master
Are you sure you want to change the base?
[CS2113-T10-1] FridgeFriend #22
Conversation
Add review and rating
Improved Exception Class Dimensions
Update Developers guide
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 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.
Overall great job guys !
@@ -1,34 +1,726 @@ | |||
# Developer Guide | |||
|
|||
## Design & implementation | |||
## Introduction |
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.
Hi, introduction should be below the table to contents right?
{Describe the value proposition: what problem does it solve?} | ||
### Architecture | ||
|
||
![Architecture Diagram](diagrams/diagram_images/ArchitectureDiagram.png) |
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.
|
||
Given below is the sequence diagram for the interactions within the main application logic. | ||
|
||
![MainLogicSequenceDiagram](diagrams/diagram_images/MainLogicSequenceDiagram.png) |
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.
|
||
Given below is the sequence diagram for the AddCommand workflow. | ||
|
||
![AddCommandSequenceDiagram](diagrams/diagram_images/AddSequenceDiagram.png) |
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.
Fixed Documentation Bugs
Documentation Bug Fix
More Documentation Bugs
Update DeveloperGuide.md
Update kwokyto.md
Update DeveloperGuide.md
Update DeveloperGuide.md
FridgeFriend is an app for people who cook managing food in the fridge, optimised for use via a Command Line Interface (CLI). If you can type fast, FridgeFriend can track your cold or frozen groceries faster and easier than any other apps.