Jh123x / pe

0 stars 0 forks source link

Numbers truncate off if the number of MCs is too large #11

Open Jh123x opened 3 years ago

Jh123x commented 3 years ago

Numbers truncate off if the number of MCs is too large

image.png

nus-se-bot commented 3 years ago

Team's Response

Overflow of large numbers is an inherited behavior of Java. This is not expected user behavior and no student can ever accumulate such an unrealistic amount of MCs (only 160 is required for a single major).

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This is more of a UI bug than an inherited behaviour of Java. By restricting the max MC of a module to < 160 (Uni req) and setting the minimum size of the pane, the UI issue can be avoided. The UI is not due to the overflow of large numbers in Java.


:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: [replace this with your explanation]