Skip to content

Commit

Permalink
Merge pull request #288 from StopTakingAllTheNames/DG-Diagrams
Browse files Browse the repository at this point in the history
Fix diagrams
  • Loading branch information
AlexCQY authored Nov 9, 2020
2 parents eb436f1 + 0ff3aa4 commit 11732a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/diagrams/ScheduleSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ Model -> SchedulePrefs : setViewMode(ScheduleViewMode)
ScheduleCommand -> Model : updateFilteredStudentList(Predicate)

ScheduleCommand -> Model : updateClassTimesToEvent()
activate Model

Model -> Scheduler : mapClassTimesToLessonEvent(List<Student>)
activate Scheduler

Scheduler -> Scheduler : resetData(List<Event>)

Scheduler -[hidden]-> Scheduler
Scheduler --> Model
deactivate Scheduler
destroy Scheduler

Model --> ScheduleCommand
deactivate Model

create CommandResult
ScheduleCommand -> CommandResult
Expand Down
Binary file modified docs/images/ScheduleSequenceDiagram.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 modified docs/images/SortCommandActivityDiagram.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 11732a4

Please sign in to comment.