-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
360 mentor email de aviso de exclusao #97
base: develop
Are you sure you want to change the base?
360 mentor email de aviso de exclusao #97
Conversation
…onta Features/task 360 exclusao conta
- Adiciona as packages @nest/schedule e @types/cron - Configura ScheduleModule em MentorModule - Implementa CRON job para emails de desativacao de conta - Adiciona métodos de notificacao de emails em MailService - Atualiza MentorRepository com query de mentores desativados - Seta emails automaticatos em 1, 15 e 28 dias de desativação.
- Foi corrigido o nome dos templates @secondDeactivationNotification e thirdDeactivationNotification - Esta é uma versao de teste, que checa a cada minuto. Será atualizada para checar todo dia à meia noite.
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Quality Gate passedIssues Measures |
@thiagorcode Implementei o serviço de envio de notificação utilizando os 3 templates fornecidos pelo @m4rcone
Para verificação da data de desativação, utilizei o serviço CRON, que irá rodar uma vez por dia, todo dia à meia noite.
Conforme evidenciado pelo print abaixo, as mensagens estão chegando.