-
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
日報が確認OKされていない場合、メンターがコメントした時にアラートが出るように実装 #8061
Merged
komagata
merged 7 commits into
main
from
feature/alert-for-unconfirmed-daily-report-comment
Nov 7, 2024
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7eff41c
日報が確認OKされていない場合、メンターがコメントした時にアラートが出るように実装
su-su-su-su 280110e
日報が未確認の場合、ダイアログを表示するか確認するテストを追加
su-su-su-su fabeb51
rubocopに対する修正
su-su-su-su 0b37e61
テストのアラートが出るタイミングをコメントした後になるように修正
su-su-su-su 2075770
テストを元のコードに修正
su-su-su-su c9a5f15
confirmをcheckに統一、冗長な処理を簡潔化
su-su-su-su 02d7e9d
不必要なブロックの入れ子を避ける為に修正
su-su-su-su File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
テスト追加ありがとうございます🙏
を確認するテストだと思うので、ちょっと意図とずれている印象です😓
この記述だと、
ように見えます🤔
お手数ですが、もう一度確認いただけると幸いです🙇
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.
@Judeeeee
ご指摘ありがとうございます。
ご指摘の通りで
となっておりました。
確認不足でした。お手間をおかけしました🙇♂️
となるように
と修正しました。
再度ご確認いただけますと幸いです。
よろしくお願いいたします🙇♂️
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.
@su-su-su-su
ご対応いただきありがとうございます🙏
こちらですが、私の
accept_confirm
の認識が間違っていたため、su-su-su-suさんの以前の変更が正しいです💦公式ドキュメントの説明では、
とあります。
https://www.rubydoc.info/gems/capybara/Capybara%2FSession:accept_confirm
ややこしいのですが、
accept_confirm
のブロック内に書く処理は「モーダルを出現させる処理」なので、以前の変更のままで十分意図通りだと思います😓折角ご対応いただいたのに混乱させてしまって申し訳ないです🙇🙇
私の方からはApproveさせていただきますので、修正次第komagataさんにレビュー依頼をお願いいたします🙇
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.
@Judeeeee
ご確認ありがとうございます!
そうなのですね。
私こそ自分の書いたコードに自信がなく、ご指摘を頂いたまま修正してしまい申し訳ございません🙇♂️
こちら元のコードに修正いたしました。