提出物を更新した時の通知の末尾に句読点を追加、他のものと統一する形にした #7456
Merged
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
提出物を更新した時の文面に句読点を追加したい #7374
概要
修正前
ユーザーが提出物を再提出すると、「⚪︎⚪︎さんの「XXX」の提出物が更新されました」という通知がメンターやアドバイザーに飛ぶ様になっていました。
修正後
ユーザーが提出物を再提出すると「⚪︎⚪︎さんの「XXX」の提出物が更新されました。」のように他の通知と同様に、末尾に句読点 をつけるようにしました。
変更確認方法
1.ブランチ
feature/added-punctuation-end-of-notice-of-submission-update
をローカルに取り込む。2.
bin/setup
,foreman start -f Procfile.dev
でサーバーを起動する。3. kimura(testtest)でログイン、提出物を作成する。
4. komagata(testtest)でログイン、上記の提出物を担当する。
5. kimuraのアカウントで提出物を更新する。
6. komagataのアカウントで 通知の文言の末尾に句読点が追加されている ことを確認する。
Screenshot
変更前
変更後