Skip to content
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

super-compact-version/カリキュラムの修正 #1097

Merged
merged 3 commits into from
Sep 1, 2021

Conversation

k-kiosk
Copy link

@k-kiosk k-kiosk commented Sep 1, 2021

研修中に気づいたカリキュラムの不備を修正しました。

@k-kiosk k-kiosk self-assigned this Sep 1, 2021
Copy link
Author

@k-kiosk k-kiosk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修正箇所の説明です。

Comment on lines -34 to +40
- タスクに終了期限を設定できるようにしたい
- タスクに優先順位をつけたい
- タスクに終了期限を設定できるようにしたい(★)
- タスクに優先順位をつけたい(★)
- ステータス(未着手・着手・完了)を管理したい
- ステータスでタスクを絞り込みたい
- タスク名・タスクの説明文でタスクを検索したい
- タスクを一覧したい。一覧画面で(優先順位、終了期限などを元にして)ソートしたい
- タスクにラベルなどをつけて分類したい
- タスクにラベルなどをつけて分類したい(★)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

要件にはあるが、ステップに存在しない項目にはでオプションであることを明示しました。

@@ -200,7 +200,7 @@ master
- 絞り込んだ際、ログを見て発行されるSQLの変化を確認してみましょう
- 以降のステップでも必要に応じて確認する癖をつけましょう
- 検索インデックスを貼りましょう
- 検索に対してmodel specを追加してみよう(feature specも拡充しておきましょう)
- 検索に対してmodel specを追加してみよう
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super-compact-versionには、そもそもfeature specの導入がないので削除しました。

@@ -210,7 +210,7 @@ master
- 関連に対してインデックスを貼りましょう
- N+1問題を回避するための仕組みを取り入れましょう

### ステップ13: ログイン/ログアウト機能を実装しよう
### ステップ12: ログイン/ログアウト機能を実装しよう
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ステップ12が欠番だったので、以降のステップ番号を1つ詰めました。

@@ -220,7 +220,7 @@ master
- 自分が作成したタスクだけを表示するようにしましょう
- ログアウト機能を実装しましょう

### ステップ14: メンテナンス機能を作ろう
### ステップ13: メンテナンス機能を作ろう
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ステップ12が欠番だったので、以降のステップ番号を1つ詰めました。

@k-kiosk k-kiosk merged commit 25bad2e into super-compact-version Sep 1, 2021
@k-kiosk k-kiosk deleted the fix/curriculum branch September 1, 2021 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants