scheduleSon/backend
2025-12-30 18:43:25 +03:00
..
__init__.py Initial commit: Schedule service for son 2025-12-30 12:23:42 +03:00
api.py Update timezone from Europe/London to Europe/Moscow across configuration, backend, and frontend files for consistent time handling. 2025-12-30 14:26:14 +03:00
database.py Initial commit: Schedule service for son 2025-12-30 12:23:42 +03:00
main.py Initial commit: Schedule service for son 2025-12-30 12:23:42 +03:00
models.py Initial commit: Schedule service for son 2025-12-30 12:23:42 +03:00
telegram_bot.py Enhance schedule retrieval in Telegram bot to include contextual prefixes for today and tomorrow. Updated get_schedule_for_date function to accept an add_prefix parameter, modifying the output text accordingly. Adjusted command handlers to utilize the new functionality for improved user experience. 2025-12-30 18:43:25 +03:00
utils.py Update timezone from Europe/London to Europe/Moscow across configuration, backend, and frontend files for consistent time handling. 2025-12-30 14:26:14 +03:00