AY2425S1-CS2103T-T15-1 / tp

Other
0 stars 5 forks source link

Add Functionality for Exporting / Importing Data #182

Open RobotWizzard opened 1 week ago

RobotWizzard commented 1 week ago

Users can export / import data in json or csv.

Proposed implementation:

  1. User enters command (import / export)
  2. File is chosen from the File Explorer (look at FileChooser class from JavaFX) image
  3. Export / Import from the chosen file