malcolmang / pe

0 stars 0 forks source link

Documentation on when exactly lists are read from and written to is not present #17

Open malcolmang opened 1 year ago

malcolmang commented 1 year ago

The UG claims "All data is saved automatically", as seen below.

image.png

However, when this data is saved is not present. For example, as a user, I'm wondering if I can edit the xml file while the program is running, or if I need to restart the program to see my changes.

If this file is not meant to be edited, it violates the Human Editable File constraint (https://nus-cs2113-ay2223s1.github.io/website/admin/tp-constraints.html#constraint-human-editable-file), which states advanced users should be enabled to edit the xml files.

nus-pe-script commented 1 year ago

Team's Response

Greetings,

Thank you for your bug report. After careful evaluation of your bug report, the development team is rejecting this bug report due to the following reasons:

Best Regards.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: On the first point, this is not made known to the user - it is not present in the User Guide that the file is only loaded and read at the start of the program.

The team fails to address my point: that it says "the data is saved automatically", but does not say when exactly it is saved (after commands? when the program is exited?), which means the UG doesn't accurately describe when editing files should happen.

In fact, there is no documentation at all on what is supported/unsupported behaviour with regard to editing files.