tobiasceg / pe

0 stars 0 forks source link

timetable allows overlapping lessons #3

Open tobiasceg opened 4 years ago

tobiasceg commented 4 years ago

when setting timetable, shouldnt the program catch overlapping of lessons , see timetable point 3 n 4

image.png

nus-pe-bot commented 4 years ago

Team's Response

Thanks for the bug report. This was considered for future plans but I don't think it will largely affect users as I don't think a user will enter the wrong date and time of a lecture often. Either way, it will likely be caught when the user uses the reminder feature and notices 2 events with the same time on the same day or the calendar feature. The user can also utilize the repeat feature so effectively they only need to add the timetable event once properly.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: severity.VeryLow : A flaw that is purely cosmetic and does not affect usage e.g., a typo/spacing/layout/color/font issues in the docs or the UI that doesn't affect usage. severity.Low : A flaw that is unlikely to affect normal operations of the product. Appears only in very rare situations and causes a minor inconvenience only.

With the definition of very low being a cosmetic issue, i really doubt that not covering duplicated timetable of events as a program is not a cosmetic issue only but matches the severity.low description. The overlapping of timetable events is rare and causes minor inconvenience but its definitely not a cosmetic issue as if the program doesnt prompt the user that its overlapping then there will be an issue later when its time for both events to occur.