Open crabnuggets opened 2 years ago
According to the module website,
the return arrows in these diagrams were omitted to reduce clutter. We had actually considered adding the arrows but the diagram turned out to be very messy. Furthermore, the removal of these arrows does not lead to any loss of information/ambiguity.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Team chose [severity.VeryLow
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your explanation]
There seem to be potential missing dotted line arrows for the sequence diagram for
Logging in
. Even though the method calls might returnvoid
, it seems likeVerificationUi
should have a dotted-line returning back to:Login
for each method call made by:Login
.Similarly, dotted line arrows from
:Verifier
to:Login
seem to be missing after eachSet
method call by:Login
in thealt
block.