Explain imports & exports

This commit is contained in:
Stanko K.R.
2026-02-02 19:31:12 +01:00
parent 77d9331d90
commit f70560f810
+7
View File
@@ -137,6 +137,13 @@ Key recurring tasks (via `config/recurring.yml`):
- Search records denormalized for performance - Search records denormalized for performance
- Models in `app/models/search/` - Models in `app/models/search/`
### Imports and exports
Allow people to move between OSS and SAAS Fizzy instances:
- Exports/Imports can be wirtten to/read from local or S3 storage depending on the config of the instance (both myst be supported)
- Must be able to handle very large ZIP files (500+GB)
- Models in `app/models/account/data_transfer/`, `app/models/zip_file`
## Tools ## Tools
### Chrome MCP (Local Dev) ### Chrome MCP (Local Dev)