forked from nus-cs2103-AY2324S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
42 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@startuml | ||
'https://plantuml.com/activity-diagram-beta | ||
skin rose | ||
skinparam ActivityFontSize 15 | ||
skinparam ArrowFontSize 12 | ||
start | ||
:User uses filter command; | ||
fork | ||
if () then ([l/LEAVE present]) | ||
:Filter with given leave; | ||
else ([l/LEAVE absent]) | ||
endif | ||
fork again | ||
if () then ([r/ROLE present]) | ||
:Filter with given role; | ||
else ([r/ROLE absent]) | ||
endif | ||
fork again | ||
if () then ([m/MANAGER_NAME present]) | ||
:Filter with given manager name; | ||
else ([m/MANAGER_NAME absent]) | ||
endif | ||
fork again | ||
if () then ([d/DEPARTMENT present]) | ||
:Filter with given department; | ||
else ([d/DEPARTMENT absent]) | ||
endif | ||
end fork | ||
|
||
:ManageHR UI shows filtered employees; | ||
stop | ||
|
||
@enduml |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.