Skip to content

Commit

Permalink
update DG
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 4, 2024
1 parent 4758a4a commit 53330e4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/diagrams/FilterState2.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title FilteredList

package Predicates {
class State1 as "<u>Model.PREDICATE_SHOW_ALL_PERSONS</u>"
class State2 as "<u>:GradeSubjectFilterPredicate</u>"
class State2 as "<u>:PaymentFilterPredicate</u>"
}
State1 -[hidden]right-> State2

Expand Down
Binary file added docs/diagrams/PaymentActivityDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/diagrams/PaymentActivityDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ skin rose
skinparam ActivityFontSize 15
skinparam ArrowFontSize 12
start
:User executes filter command;
:User executes payment command;

'Since the beta syntax does not support placing the condition outside the
'diamond we place it as the true branch instead.

:System updates filter predicate;
:Returns filtered student list;
:System updates payment predicate;
:Returns Payment filtered student list;
stop
@enduml
Binary file added docs/images/FilterState2-PaymentFilteredList.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/PaymentActivityDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/PaymentSequenceDiagram-Logic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53330e4

Please sign in to comment.