Skip to content

Commit

Permalink
Merge pull request #174 from AY2324S1-CS2103T-T10-2/docs/v1.4b-dg
Browse files Browse the repository at this point in the history
docs: Update Developer Guide for v1.4 release
  • Loading branch information
m1oojv authored Nov 14, 2023
2 parents 6b65362 + 9631dcd commit 3a91929
Show file tree
Hide file tree
Showing 7 changed files with 629 additions and 115 deletions.
308 changes: 197 additions & 111 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

179 changes: 178 additions & 1 deletion docs/assets/svg/dg/LogicClassDiagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/assets/svg/dg/SDCreateFindTaskCommandResult.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/assets/svg/dg/SDCreateTaskPredicate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
247 changes: 246 additions & 1 deletion docs/assets/svg/dg/UiClassDiagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/diagrams/SDCreateFindTaskCommandResult.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mainframe: **sd** Create successful CommandResult
participant "cmd:FindTaskCommand" as FindTaskCommand LOGIC_COLOR
participant "res:CommandResult" as CommandResult LOGIC_COLOR

activate FindTaskCommand
create CommandResult
FindTaskCommand -> CommandResult : CommandResult(MESSAGE_TASKS_LISTED_OVERVIEW)
activate CommandResult
Expand Down
1 change: 1 addition & 0 deletions docs/diagrams/SDCreateTaskPredicate.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mainframe: **sd** Create Task Predicate
participant ":FindTaskCommandParser" as FindTaskCommandParser LOGIC_COLOR
participant "pred:TaskContainsKeywordsPredicate" as TaskContainsKeywordsPredicate LOGIC_COLOR

activate FindTaskCommandParser
create FindTaskCommandParser
create TaskContainsKeywordsPredicate
FindTaskCommandParser -> TaskContainsKeywordsPredicate : TaskContainsKeywordsPredicate(["agenda"])
Expand Down

0 comments on commit 3a91929

Please sign in to comment.