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
概要
現在1000回目までのキリ番で表示される日報提出お祝いメッセージを拡張し、
1024, 1100, 1111, 1200, 1234, 1300, 1400, 1500
回目についても表示されるようにしました。変更確認方法
git fetch origin pull/8219/head:feature/show-celebrations-when-submitting-specific-numbers-of-reports-over-1000
git switch feature/show-celebrations-when-submitting-specific-numbers-of-reports-over-1000
rails db:seed
を実行するforeman start -f Procfile.dev
でローカルサーバーを立ち上げるrails c
でコンソールを開き、以下のコードを順番に実行する。/reports/new
にアクセスし、任意のタイトル・内容・学習日・学習時間を入力する(1024回目の日報を追加)Screenshot
変更後