Skip to content

Commit

Permalink
Merge pull request #85 from everyleaf/use-task-name
Browse files Browse the repository at this point in the history
タスクの名前についての用語を統一
  • Loading branch information
f-yoshihara authored Nov 19, 2024
2 parents 41db524 + 2b33a17 commit 063fdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/el-training.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@

- ステータス(未着手・着手中・完了)を追加してみましょう
- ActiveRecordの[enum](https://api.rubyonrails.org/classes/ActiveRecord/Enum.html)を利用してステータスを表現・管理してみましょう
- 一覧画面でタイトルとステータスで検索ができるようにしましょう
- 一覧画面でタスク名とステータスで検索ができるようにしましょう
- 検索機能はFormオブジェクトを導入して実装してみましょう
- 絞り込んだ際、ログを見て発行されるSQLの変化を確認してみましょう
- 以降のステップでも必要に応じて確認する癖をつけましょう
Expand Down

0 comments on commit 063fdc0

Please sign in to comment.