owx0130 / pe

0 stars 0 forks source link

no error handling of dates later than today #5

Open owx0130 opened 3 months ago

owx0130 commented 3 months ago

image.png

if user manually edits the data file as such, i.e. changing last payment date to a future date, the application runs as per normal:

image.png

soc-se-bot commented 2 months ago

Team's Response

We have mentioned not to edit the save file in the user guide. Any data input by the user through editing the save files is thus up to their own onus.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: the TP constraints outlined that the text file should be editable:

image.png

since the constraints also specified that users that type fast should be targeted, it is also possible that they might accidentally mistype some values while editing the data file i.e. 2025-02-02. this is indeed a valid but also future date. as in the bug description, the application will take in this date input and run as per normal, even though the application should inform the user and resolve the issue when relaunched.

therefore, i believe that this functionality bug should be valid with severity level of low