Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
概要
提出物の最終コメントが5日経過するとメンターにDiscordで通知される設定を5日から3日に変更しました。
変更確認方法
事前準備
環境変数としてDiscordの
サーバーID
、ウェブフックURL
、Discord Botトークン
が必要です。ウェブフックURL
を用意します動作確認
chore/change-reminder-interval
をローカルに取り込むgit fetch origin pull/8204/head:chore/change-reminder-interval
git checkout chore/change-reminder-interval
環境変数を含めてローカルサーバーを立ち上げる
DISCORD_GUILD_ID=<サーバーID> DISCORD_MENTOR_WEBHOOK_URL=<ウェブフックURL> DISCORD_BOT_TOKEN=<Discord Botトークン> TOKEN=token foreman start -f Procfile.dev
http://localhost:3000/scheduler/daily/notify_product_review_not_completed?token=token&webhook_url=<ウェブフックURL>
にアクセスしてDiscordに通知が送られないことを確認Discord 通知イベントを発生させるために DB を更新する
rails c
を実行下記を実行する
再度、
http://localhost:3000/scheduler/daily/notify_product_review_not_completed?token=token&webhook_url=<ウェブフックURL>
にアクセスしてDiscordに通知が送られることを確認Screenshot
変更前
変更後