freeleaps-service-hub/apps/notification/backend/application
YuehuCao 11c1cc811d Refactor(application): Extract frequently used value into class-level constant
email_sender_hub.py: extract email_sender_manager = EmailSenderManager()
notification_hub.py: extract notification_manager = NotificationManager()
template_message_hub.py: extract template_message_manager = TemplateMessageManager()
template_message_hub.py: add more details in render_template function
2025-08-11 15:21:17 +08:00
..
email_sender_hub.py Refactor(application): Extract frequently used value into class-level constant 2025-08-11 15:21:17 +08:00
notification_hub.py Refactor(application): Extract frequently used value into class-level constant 2025-08-11 15:21:17 +08:00
template_message_hub.py Refactor(application): Extract frequently used value into class-level constant 2025-08-11 15:21:17 +08:00
tenant_notification_hub.py feat(email): implement multi-tenant delivery function 2025-08-09 11:34:15 +08:00