kinjalagarwal1810 / pe

0 stars 0 forks source link

Not able to export file if I dont specify a name #12

Open kinjalagarwal1810 opened 6 months ago

kinjalagarwal1810 commented 6 months ago

image.png

I have already exported the list of contacts once without a name which created a file called contacts.csv. However if i want to export another subset of the contacts without specifying the name of the file it does not allow me to. It give some an error Failed to export contacts due to file write error.

Perhaps either create the file with a new name like contacts1.csv or ask me to input a name. The error currently shown is inaccurate.

nus-pe-script commented 6 months ago

Team's Response

Cannot Reproduce step 1: list step 2: export with export result: get expected file

step 3: find n/alex step 4: export result: get expected file

I did all these consecutively alex.png list.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.CannotReproduce]

Reason for disagreement: Not sure why i got that error earlier, however when i export the file now it instead writes over the previous file which is unsafe too. Perhaps either include a warning in the UG that it may rewrite if your export multiple times without a name/with the same name.

A better solution would be to create a new file with a new name instead of writing over the same file again and again.