wapisai / pe

0 stars 0 forks source link

link multiple times lead to the same file being changed #7

Open wapisai opened 6 months ago

wapisai commented 6 months ago

every time the link command is used, the file is saved as selectedPeople folder with name list.csv

this could cause inconvenience as users may want to export different combinations of people, but they can only export once as the same file will be changed every time they use the link command

so they cant export multiple files of different sets of peopel

nus-pe-script commented 6 months ago

Team's Response

As mentinoed in the userguide:

image.png Old file will be replaced by the new file. This is an expected behavior stated in UG, which is considered as NotInScope. However, if user wants to make a new file, they can either rename the file before creation or copy the file to different locations to prevent overwriting. If the command does not replace original file, the number of file would keep increasing when they run link command, and after several usage it might be hard to find files they created. Because of this disadvantage, we decided not to maintain original files.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]