freeleaps-service-hub/apps/notification
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
..
backend Refactor(application): Extract frequently used value into class-level constant 2025-08-11 15:21:17 +08:00
common feat(multi-tenant): define the send status and bounce type 2025-08-09 11:57:37 +08:00
tests docs(tests): add guide for generating coverage reports 2025-07-28 11:09:46 +08:00
webapi fix(notification): some small changes 2025-08-09 11:56:00 +08:00
.env Update email api key format 2024-11-26 22:41:22 -08:00
create_global_templates.py refactor(version): replace legacy version with HTML update 2025-08-09 11:47:38 +08:00
Dockerfile build(docker): update CMD to use shell for environment variable expansion in Dockerfiles 2025-02-22 22:30:37 +08:00
requirements.txt build(pip): bump fastapi version to 0.114.0 2025-03-17 18:16:41 +08:00
start_fastapi.sh update 2024-10-30 20:49:50 -07:00