We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create SMS and Email template with necessary infrastructure
NotificationsController
NotificationType
NotificationTemplateType
SmsTemplate
EmailTemplate
NotificationDbContext
DbContext
SmsTemplateConfiguration
EmailTemplateConfiguration
NotificationTemplateConfiguration
SmsTemplateRepository
EmailTemplateRepository
EmailTemplateService
SmsTemplateService
The text was updated successfully, but these errors were encountered:
Merge remote-tracking branch 'origin/dev' into feature/#130
2a80427
Merge pull request #146 from sulton-max/feature/#130
046d11d
Feature/#130
Mirzohid-Mominov
No branches or pull requests
Create SMS and Email template infrastructure
Description
Create SMS and Email template with necessary infrastructure
Requirements
NotificationsController
must be tested and Postman collection must be createdDeliverables
NotificationType
,NotificationTemplateType
enumsSmsTemplate
,EmailTemplate
entites and DTO modelsNotificationDbContext
DbContext
SmsTemplateConfiguration
,EmailTemplateConfiguration
,NotificationTemplateConfiguration
entity configurationSmsTemplateRepository
,EmailTemplateRepository
repositoriesEmailTemplateService
,SmsTemplateService
foundation serviceSmsTemplate
,EmailTemplate
SmsTemplate
,EmailTemplate
NotificationsController
controller with actionsThe text was updated successfully, but these errors were encountered: