nus-cs2113-AY2223S1 / pe-dev-response

0 stars 0 forks source link

It does not store the flight dates and only reads them from system time #711

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

image.png Changing system dates caused the dates in the file to be changed. Dates might change automatically at the end of the day, which will cause all information to become redundant.

image.png This change only occurs on exit and reentry.


[original: nus-cs2113-AY2223S1/pe-interim#741] [original labels: severity.Medium type.FunctionalityBug]

JordanKwua commented 2 years ago

Team's Response

We specified in our UG that we are only considering the flights for one day and the PRESENT operating day i.e. only today's date would render as a validation to show that the details are valid, and it does not really make sense to change the system time to mess with the data. Recreating this bug is more likely to happen when there is a computer bug as system time is always set automatically by the computer and not the user. It is more of a extreme user behaviors where it may be a deliberate sabotage of going to an extent to change the computer system time. Even so, if the departure date is rendered for the day or previous day, it should be seen as invalid as our scope of the project only schedules flights for the present operation day.

image.png

image.png

Duplicate status (if any):

--