nus-cs2113-AY2223S2 / pe-dev-response

0 stars 0 forks source link

Achievement names can be modified by modifying data file #514

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

image.png

Unsure if bug or feature


[original: nus-cs2113-AY2223S2/pe-interim#411] [original labels: type.FunctionalityBug severity.Low]

ChubbsBunns commented 1 year ago

Team's Response

Considering that a user is modifying the data file. things are bound to go out of scope of the program.

One of the tp constraints is the following:

image.png

This probably means the following: 1) The user needs to read and manipulate the data file. 2) The program must be able to load that specific file if the text data does not violate the file structure.

If a user modifies the text file, we can assert that the user is Advanced. Hence the user should know that they are actually modifying the name of the achievement (should they want to), and should they want it to change it back they are definitely capable of doing so.

Hence, in this program the pointers mentioned have been achieved.

Achievement names should be able to be edited by the user.

Duplicate status (if any):

--