freeleaps-service-hub/apps/notification/backend/services
YuehuCao 2213fa59b5 feat(templates): enforce uniqueness and improve safety
- Raise TemplateExistsError when duplicate detected
- Migrate placeholder syntax from {} to {{}}
- Add validation for:
  * Reserved keyword collisions
  * Injection attempt patterns
- Update all test cases
2025-08-18 22:15:43 +08:00
..
email fix(email_sending): resolve the NameError 2025-08-15 15:42:11 +08:00
email_sender_service.py refactor(email_sender): change email_sender type from list to str 2025-08-14 21:08:43 +08:00
email_service.py refactor the code structure 2024-10-30 07:22:26 -07:00
in_app_notif_service.py refactor the code structure 2024-10-30 07:22:26 -07:00
notification_publisher_service.py update 2024-10-30 20:49:50 -07:00
sms_service.py refactor the code structure 2024-10-30 07:22:26 -07:00
template_message_service.py feat(templates): enforce uniqueness and improve safety 2025-08-18 22:15:43 +08:00