nus-cs2103-AY2021S2 / pe-dev-response

0 stars 0 forks source link

Incorrect schedule timetable #2344

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

Adding a student with a lesson and deleting the addressbook.json file did not update the list of schedule.

Steps to reproduce the bug:

add n/Tammy p/17654321 s/Def Secondary School a/Bob street, block 321, #01-02 gn/John Lee gp/12345678 t/geo le/tuesday 1700

delete the addressbook.json

When schedule command is entered, the app will still show the lesson that tammy has even though she is no longer shown as a student in the list panel.

image.png


[original: nus-cs2103-AY2021S2/pe-interim#2344] [original labels: severity.Medium type.FunctionalityBug]

andrea-twl commented 3 years ago

Team's Response

Under the "Editing the data file" section in our UG, we stated that users are discouraged from editing the data files directly due to syncing issues between the three files.

image.png

The tester encountered an error because they deleted "Tammy" from the addressbook.json file but not the lessonbook.json file, against our warnings. Thus, we will not accept this as a bug.

Duplicate status (if any):

--