-
Bug
-
Resolution: Done
-
P2: Important
-
Some future release
-
None
-
8f51c7a75 (qds/dev)
-
QDS Oulu - 2023 Week 45/46, QDS Oulu - 2023 Week 47/48, QDS Oulu - 2023 Week 49/50
- Create an updateCollection() for use in updating JSON and CSV collection instead of using the respective saveCollection() functions.
- Improve file path type parsing
- Make difference between exporting and saving functions. Currently we're using the same method for saving and exporting and when we want to export a collection, we read the whole file, then we update a specific collection, and keep all other available collections. While the export concept should be a write-only operation, but for the saving operation, you should read the content of the file before writing.
- For saving and updating a collection, we should use something like the currently common method.