ysl-28 / pe

0 stars 0 forks source link

Methods missing from Event class #16

Open ysl-28 opened 1 year ago

ysl-28 commented 1 year ago

The Event class in the class diagram is also missing its setter methods (setStart and setEnd), despite theTask` class having them.

classdiagram_missingmethod.PNG

event_setstartend.PNG

Methods in the event class

soc-pe-bot commented 1 year ago

Team's Response

Thanks for the catch! We believe that this should be low severity instead.

Items for the Tester to Verify

:question: Issue severity

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).