Open germainelee02 opened 1 year ago
This DocumentationBug is reclassified at a Low severity, and is rejected. This sequence diagram is mainly concerned with how the SortCommand
works, while model.commitSocket
is more relevant to the undo
and redo
features. As such, model.commitSocket
is intentionally omitted, as it is not significantly relevant to the user in understanding how the execution of the command is handled.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Your UML sequence diagram for sort is wrong. In
SortCommand
, it also callsmodel.commitSocket
aftermodel.sortPersonList
which is not reflected here