Open ysl-28 opened 1 year ago
Thanks for the catch! We believe that this should be low severity instead.
Team chose [severity.Low
]
Originally [severity.Medium
]
Reason for disagreement: I feel that having incomplete UML diagrams that leave out methods fit the definition of a Medium severity bug more closely than that of a Low severity bug.
This is because having methods be missing from UML diagrams can confuse potential developers reading the DG regarding the basic details of how one's program is implemented, which goes beyond just a "minor inconvenience that appears only in very rare situations" (the definition of a Low severity bug).
The
Event
class in the class diagram is also missing its setter methods (setStart
andsetEnd), despite the
Task` class having them.Methods in the event class