AY2122S2-CS2103-F11-2 / tp

TAlent Assistantâ„¢ is a desktop application used by professors to schedule interviews and keep track of applications for teaching assistants.
https://ay2122s2-cs2103-f11-2.github.io/tp/
MIT License
1 stars 5 forks source link

[Bug] Interviews are automatically deleted at 31 minute mark instead of 30 #363

Closed lzan98 closed 2 years ago

lzan98 commented 2 years ago

Currently, interviews are not deleted automatically from the interview schedule 30 minutes after an interview's start time (instead, they are deleted at the 31minute mark.) e.g. An interview that is scheduled at 5PM still exists in the interview schedule upon restarting the application at 5.30PM.

However, it should be deleted after 30 minutes instead, since an interview lasts for 30 minutes. e.g. An interview that is scheduled at 5PM should not exist in the interview schedule upon restarting the application at 5.30PM.

This is a feature bug that affects our users as they would have expected the interview to be removed (and hence triggering an applicant's interview status to Completed) when restarting the application at 5.30PM.