HR-ATS-Portal/backend/g_sheet
ahmed.mujtaba d5879a0617 Refactor Google Sheets service integration
- 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.
2026-08-27 14:51:59 +05:00
..
app.py Refactor Google Sheets service integration 2026-08-27 14:51:59 +05:00
enums.py . 2026-08-25 20:18:12 +05:00
export_json.py commited 2026-08-21 13:00:22 +05:00
models.py . 2026-08-25 20:18:12 +05:00
plugins.py . 2026-08-25 20:18:12 +05:00
read_sheet.py commited 2026-08-21 13:00:22 +05:00
serializers.py . 2026-08-25 20:11:02 +05:00
tasks.py Refactor Google Sheets service integration 2026-08-27 14:51:59 +05:00
views.py Refactor Google Sheets service integration 2026-08-27 14:51:59 +05:00