Commit Graph

6 Commits

Author SHA1 Message Date
Misaka_Company
d4db287940 Add ntfy notification for full sync summary and enhance logging for success and failure results 2026-01-12 15:55:40 +08:00
Misaka_Company
4721634b81 Refactor logging system to use unified log_utils module and enhance logging messages across multiple scripts 2026-01-12 13:55:28 +08:00
Misaka_Company
83c90f0161 Refactor configuration management and remove deprecated files
- Consolidated database, file source, and field mapping configurations into dedicated modules under the `config` directory.
- Removed hardcoded database connection details from `migration.py` and replaced them with imports from the new configuration structure.
- Updated `ntfy_utils.py` and `run_incremental_sync.py` to utilize the new configuration imports for cleaner code and better maintainability.
- Deleted `update_config.py` as its contents have been integrated into the new configuration files.
- Added a new `settings.local.json` for managing permissions related to script execution.
- Enhanced the structure of the migration tasks and Excel configurations for better organization and clarity.
2026-01-12 12:49:51 +08:00
Misaka_Company
5defe7b80d Refactor logging functions to enhance clarity and consistency in log messages 2026-01-07 15:17:20 +08:00
Misaka_Company
a1c8a572bd Enhance logging and synchronization features across multiple scripts
- Added detailed logging functionality to init_full_sync.py and run_incremental_sync.py for better tracking of synchronization processes.
- Updated configuration mappings in config.py to include additional Access database tables.
- Improved error handling and user feedback in vbareplace.py, including the ability to refresh linked tables in Access.
- Adjusted polling intervals and batch sizes for performance optimization.
2026-01-07 15:01:27 +08:00
Misaka_Company
77b72392a3 first commit 2026-01-06 15:40:38 +08:00