Skip to content

Commit

Permalink
Merge pull request #249 from CFZeon/master
Browse files Browse the repository at this point in the history
update dg
  • Loading branch information
CFZeon authored Nov 9, 2020
2 parents 123aec1 + a324a23 commit 5e65c64
Show file tree
Hide file tree
Showing 26 changed files with 143 additions and 92 deletions.
205 changes: 123 additions & 82 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

Binary file modified docs/pictures/Shukai/FoodItemAdd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/pictures/Shukai/FoodItemAdd.puml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@startuml
@startuml
!define PLANTUML_HOME %dirpath()/../../umldiagram
!include ../../umldiagram/style.puml
actor user
user -> DietSession : input
activate DietSession
Expand All @@ -16,5 +17,4 @@ FoodItemAdd --> DietSession
deactivate FoodItemAdd

DietSession --> user : output
@enduml
@enduml
Binary file modified docs/pictures/Shukai/FoodItemClear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/pictures/Shukai/FoodItemClear.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@startuml
!define PLANTUML_HOME %dirpath()/../../umldiagram
!include ../../umldiagram/style.puml
actor user
user -> DietSession : input
activate DietSession
Expand Down
Binary file modified docs/pictures/Shukai/FoodItemDelete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/pictures/Shukai/FoodItemDelete.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@startuml
!define PLANTUML_HOME %dirpath()/../../umldiagram
!include ../../umldiagram/style.puml
actor user
user -> DietSession : input
activate DietSession
Expand Down
Binary file modified docs/pictures/Shukai/FoodItemHelp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/pictures/Shukai/FoodItemHelp.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@startuml
!define PLANTUML_HOME %dirpath()/../../umldiagram
!include ../../umldiagram/style.puml
actor user
user -> DietSession : input
activate DietSession
Expand Down
Binary file modified docs/pictures/Shukai/FoodItemList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/pictures/Shukai/FoodItemList.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@startuml
!define PLANTUML_HOME %dirpath()/../../umldiagram
!include ../../umldiagram/style.puml
actor user
user -> DietSession : input
activate DietSession
Expand Down
Binary file modified docs/pictures/Shukai/FoodItemSearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/pictures/Shukai/FoodItemSearch.puml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@startuml
!define PLANTUML_HOME %dirpath()/../../umldiagram
!include ../../umldiagram/style.puml
actor user
user -> DietSession : input
activate DietSession
Expand Down
Binary file modified docs/pictures/Zeon/CreateDietSession.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pictures/Zeon/CreateDietSession.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
actor user
activate DietManager
user -> DietManager : "new"
DietManager -> DietManagerParser : parse()
DietManager -> DietManagerParser : parse(userInput)
activate DietManagerParser
DietManagerParser --> DietManager : commParts[]
deactivate DietManagerParser
Expand Down
Binary file modified docs/pictures/Zeon/DietSessionClear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pictures/Zeon/DietSessionClear.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
actor user
user -> DietManager : "clear"
activate DietManager
DietManager -> DietManagerParser : parse()
DietManager -> DietManagerParser : parse(userInput)
activate DietManagerParser
DietManagerParser --> DietManager : commParts[]
deactivate DietManagerParser
Expand Down
Binary file modified docs/pictures/Zeon/DietSessionDelete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pictures/Zeon/DietSessionDelete.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
actor user
user -> DietManager : "delete [INDEX]"
activate DietManager
DietManager -> DietManagerParser : parse()
DietManager -> DietManagerParser : parse(userInput)
activate DietManagerParser
DietManagerParser --> DietManager : commParts[]
deactivate DietManagerParser
Expand Down
Binary file modified docs/pictures/Zeon/DietSessionEdit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pictures/Zeon/DietSessionEdit.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
actor user
user -> DietManager : input
activate DietManager
DietManager -> DietManagerParser : parse()
DietManager -> DietManagerParser : parse(userInput)
activate DietManagerParser
DietManagerParser --> DietManager : commParts[]
deactivate DietManagerParser
Expand Down
Binary file modified docs/pictures/Zeon/DietSessionList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pictures/Zeon/DietSessionList.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
actor user
user -> DietManager : "List"
activate DietManager
DietManager -> DietManagerParser : parse()
DietManager -> DietManagerParser : parse(userInput)
activate DietManagerParser
DietManagerParser --> DietManager : commParts[]
deactivate DietManagerParser
Expand Down
Binary file modified docs/pictures/Zeon/SearchDietSession.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pictures/Zeon/SearchDietSession.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
actor user
user -> DietManager : "search"
activate DietManager
DietManager -> DietManagerParser : parse()
DietManager -> DietManagerParser : parse(userInput)
activate DietManagerParser
DietManagerParser --> DietManager : commParts[]
deactivate DietManagerParser
Expand Down
4 changes: 2 additions & 2 deletions src/test/java/saves/ProfileCommandsTest/profileDataFile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Schwarzenegger",
"height": 200,
"height": 188,
"weight": 113.0,
"expectedWeight": 100.0,
"expectedWeight": 76.7,
"calories": 2500.0
}

0 comments on commit 5e65c64

Please sign in to comment.