freeleaps-service-hub/apps/notification/backend
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
..
application Refactor(application): Extract frequently used value into class-level constant 2025-08-11 15:21:17 +08:00
business feat(email): implement multi-tenant delivery function 2025-08-09 11:34:15 +08:00
infra fix(notification): some small changes 2025-08-09 11:56:00 +08:00
models fix(notification): some small changes 2025-08-09 11:56:00 +08:00
services fix(notification): some small changes 2025-08-09 11:56:00 +08:00
readme.md refactor the code structure 2024-10-30 07:22:26 -07:00

You can put code for backend logic here.