nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Exporting (GUI) with no location specified should not be allowed. #5659

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Procedure:

  1. Export with the GUI
  2. Type a file name and export without specifying location
  3. Displays success message below.

Actual result: image.png

Expected: Error message

As a result, I am unsure if this file was saved and where it was saved in my laptop.


[original: nus-cs2103-AY2223S1/pe-interim#5591] [original labels: type.FunctionalityBug severity.Low]

pratham31012002 commented 1 year ago

Team's Response

By default, if the user does not provide a location to export the file, the file is naturally exported in the same directory as the JAR file. We feel that this is the expected behaviour, as it is a convenient way for the user to export the data to the same location as the JAR file, instead of manually repeatedly explicitly specifying the location.

Duplicate status (if any):

--