Proper export and import
2024-03-04 00:00
I can’t believe I have to write this.
If you make an app that has any kind of data, make sure it can be exported, and imported; plus a way to clear all data in it.
Now this is the crucial part. Make sure this export is done in a form that other apps and tools can work with. Ideally this means JSON plus exporting any binary data as files; like images etc.