pangrwa / pe

0 stars 0 forks source link

Multiplicity in UI component (DG) #11

Open pangrwa opened 1 year ago

pangrwa commented 1 year ago

Screenshot 2023-04-14 at 3.21.08 PM.png

Screenshot 2023-04-14 at 3.21.17 PM.png

Example: EventListPanel can have no object attached to it. It could be 0 for multiplicity.

nus-se-script commented 1 year ago

Team's Response

  1. eventListPanel is assigned by MainWindow::fillInnerParts(), which is always called on startup by UiManager.
  2. eventListPanel has private access, no other methods can alter that field.

Thus, eventListPanel is guaranteed to not be 0.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]