-
Notifications
You must be signed in to change notification settings - Fork 71
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
質問投稿時の通知に質問のタイトルが表示されるようにした #4350
Conversation
8c2e5d3
to
4120dc2
Compare
@@ -103,6 +106,9 @@ notification_create_page: | |||
user: hatsuno | |||
sender: komagata | |||
message: "komagataさんがDocsにBootcampの作業のページを投稿しました。" | |||
link: "/pages/<%= ActiveRecord::FixtureSet.identify(:page4) %>" | |||
read: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue と別件ですが、hatsuno
でログイン後にこの通知をクリックした際、リンクが存在せずにエラーになっていたため、修正しました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正してくださってありがとうございます!
こちらもhatsuno
でログインして通知をクリックして動作確認をしたところ、大丈夫でした〜🙆♀️
@@ -16,15 +15,12 @@ class Notification::QuestionsTest < ApplicationSystemTestCase | |||
fill_in('question[title]', with: 'メンターに質問!!') | |||
fill_in('question[description]', with: '通知行ってますか?') | |||
end | |||
first('.select2-selection--single').click | |||
find('li', text: '[Mac OS X] OS X Mountain Lionをクリーンインストールする').click |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
デフォルトでもプラクティスの項目は選択されているため、記述を削除しました。
(質問作成の動作確認がテストの目的ではないため、不要と判断しました)
@Saki-htr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tksmasaki さん
お待たせして申し訳ありません🙇♀️動作確認したところOKでした!
メール通知の形式も同じでした。
テストも丁寧に書かれていて良いと思います😊
LGTMです〜
@@ -103,6 +106,9 @@ notification_create_page: | |||
user: hatsuno | |||
sender: komagata | |||
message: "komagataさんがDocsにBootcampの作業のページを投稿しました。" | |||
link: "/pages/<%= ActiveRecord::FixtureSet.identify(:page4) %>" | |||
read: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正してくださってありがとうございます!
こちらもhatsuno
でログインして通知をクリックして動作確認をしたところ、大丈夫でした〜🙆♀️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認しました、OKですー🙆♂️
@@ -103,6 +106,9 @@ notification_create_page: | |||
user: hatsuno | |||
sender: komagata | |||
message: "komagataさんがDocsにBootcampの作業のページを投稿しました。" | |||
link: "/pages/<%= ActiveRecord::FixtureSet.identify(:page4) %>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Issue
概要
質問投稿時に送られる通知の件名に、質問のタイトルが表示されるようにしました。
=> 文言のフォーマット:
XXXさんから質問「質問のタイトル」が投稿されました。
変更前
サイト内通知
メール通知
変更後
サイト内通知
メール通知
ローカル環境での確認方法
サイト内通知
feature/show-question-title-in-notification
ブランチを起動mentor? == true
の他のユーザーでログインし直し、通知の中にXXXさんから質問「質問のタイトル」が投稿されました。
の形式で通知が届いていることを確認するmentormentaro
、komagata
などメール通知
feature/show-question-title-in-notification
ブランチを起動[bootcamp] XXXさんから質問「質問のタイトル」が投稿されました。
の形式であることを確認する