Skip to content

Commit

Permalink
Merge pull request AY2324S1-CS2103-F13-2#201 from marcellaantania/min…
Browse files Browse the repository at this point in the history
…or-edit-sequence-diagram

Minor edit sequence diagram
  • Loading branch information
nixonwidjaja committed Nov 13, 2023
2 parents 42b6c90 + fa9ce9c commit 292c5ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
6 changes: 3 additions & 3 deletions docs/diagrams/ViewLeaveCommandSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ ViewLeaveCommandParser -> HasLeaveAnyMonthPredicate : new HasLeaveAnyMonthPredic
activate HasLeaveAnyMonthPredicate

create MatchingDepartmentPredicate
HasLeaveAnyMonthPredicate -> MatchingDepartmentPredicate : or(new MatchingDepartmentPredicate(Engineering))
HasLeaveAnyMonthPredicate -> MatchingDepartmentPredicate : and(new MatchingDepartmentPredicate(Engineering))
activate MatchingDepartmentPredicate

MatchingDepartmentPredicate --> HasLeaveAnyMonthPredicate : combinedPredicate
MatchingDepartmentPredicate --> HasLeaveAnyMonthPredicate
deactivate MatchingDepartmentPredicate

HasLeaveAnyMonthPredicate --> ViewLeaveCommandParser
HasLeaveAnyMonthPredicate --> ViewLeaveCommandParser : combinedPredicate
deactivate HasLeaveAnyMonthPredicate

create ViewLeaveCommand
Expand Down
Binary file modified docs/images/ViewLeaveCommandSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 0 additions & 46 deletions docs/team/johndoe.md

This file was deleted.

0 comments on commit 292c5ba

Please sign in to comment.