Explain imports & exports
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user