-
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
開催前の定期イベントは次回開催日を表示しない #7995
開催前の定期イベントは次回開催日を表示しない #7995
Conversation
2f1d292
to
8947f20
Compare
@masyuko0222 |
@MikotoMakizuru |
@masyuko0222 |
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.
動作確認・コード共に問題ないと思います~!LGTM!
コードではないのですが、コミットの「テストコード修正」というコメントと、同じものが何個もあるのはよろしくないかな~と思います。
「コードレビューの修正(1回目)」みたいなコミットメッセージを避ける
全て同じ理由でテストコードを修正しているように見えるので、1つのコミットにまとめつつ、意味のあるコメントを書きたいかなと思いました~。
@masyuko0222
承知しました。 |
@komagata |
test/fixtures/regular_events.yml
Outdated
@@ -155,3 +155,14 @@ regular_event32: | |||
user: komagata | |||
category: 0 | |||
published_at: "2023-08-01 00:00:00" | |||
|
|||
regular_event33: |
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.
fixturesに書くと全てのテストケースでDBにINSERT/DELETEされるので、一つのテストケースでしか使わないようなデータはそのテストの中で作るようにしてみてください〜
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.
テストデータを個別のテストの中で作成するようにしました。
3032cdf
to
d74acc1
Compare
同じコミットログが続いているようなので、後から見た人が分かりやすいようにまとめたり、分割したり、整理してみてください〜。 |
d74acc1
to
4347ec7
Compare
4347ec7
to
686e4cf
Compare
16a1b67
to
409326e
Compare
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です〜🙆♂️
Issue
概要
変更確認方法
feature/next-date-not-displayed-for-wip-regular-event
をローカルに取り込むScreenshot
変更前
変更後