Closed APatrickJ closed 3 years ago
Please put files into a directory on export.
Fixed in b9a3cdf
I'm not wild about the ConfigurationExportLauncher name. The name and documentation suggest that the class just coordinates kicking off the workflow. Instead it is the embodyment of the workflow.
I'm not wild about the ConfigurationExportLauncher name. The name and documentation suggest that the class just coordinates kicking off the workflow. Instead it is the embodyment of the workflow.
Naming is hard :-/
Renamed to ConfigurationExportWorkflow in fd5464d. Happy to take other suggestions into consideration.
Will rename related files (ConfigurationImportLauncher, ConfigurationRestoreLauncher) in another PR.
This feature that allows the user to export their current configuration to a ZIP file to the location of their choosing. It includes the JSON and CSV configuration files in the resulting ZIP file.
Fixes #16