- Updated the `app.py` file to replace the generic `Sheet` service with specific services: `SheetHealth`, `SheetRead`, `SheetImport`, and `SheetWrite` for better clarity and functionality. - Modified the `tasks.py` file to utilize the `SheetImport` service for handling sheet import tasks. - Enhanced the `views.py` file by introducing a new class hierarchy for sheet operations, improving code organization and readability. These changes improve the structure and maintainability of the Google Sheets integration. |
||
|---|---|---|
| .. | ||
| app.py | ||
| enums.py | ||
| export_json.py | ||
| models.py | ||
| plugins.py | ||
| read_sheet.py | ||
| serializers.py | ||
| tasks.py | ||
| views.py | ||