Labels: enhancement, flutter, help wanted
Description:
We currently export data as CSV and PDF specifically for sharing with therapists. However, it would be awesome to also have a plain JSON export/import function.
This would allow users to easily backup all their local Hive data (Meals, Settings, Safe Foods, etc.) into a single JSON file and restore it on another device, giving them full control over their data.
Tasks:
- Implement a method to serialize the Hive boxes to JSON.
- Implement a method to restore the Hive boxes from JSON.
- Add an "Export/Import Backup" button in the Settings Screen.
Labels:
enhancement,flutter,help wantedDescription:
We currently export data as CSV and PDF specifically for sharing with therapists. However, it would be awesome to also have a plain JSON export/import function.
This would allow users to easily backup all their local Hive data (Meals, Settings, Safe Foods, etc.) into a single JSON file and restore it on another device, giving them full control over their data.
Tasks: