Closed kuniyuki-f closed 1 year ago
taskGroups
https://63d52217f1430a5ad69846cd-tbpqyyxjac.chromatic.com/?path=/story/templates-timertemplate--default
findTaskGroupById
findTaskCategoryById
features/taskGroup
pages/timer.tsx
getServerSideProps
template/TimerTemplate.tsx
TaskItem
ソースコードにコメントを記載します。
とくになし
The latest updates on your projects. Learn more about Vercel for Git ↗︎
issueURL
112
この PR で対応する範囲 / この PR で対応しない範囲
taskGroups
から、タスクグループおよびタスクカテゴリーを検索できるようにしたStorybook の URL、 スクリーンショット
https://63d52217f1430a5ad69846cd-tbpqyyxjac.chromatic.com/?path=/story/templates-timertemplate--default
変更点概要
findTaskGroupById
,findTaskCategoryById
メソッドを実装しましたfeatures/taskGroup
に find メソッドを実装し、taskGroups
からidを使ってタスクグループ・タスクカテゴリーを取得する処理実装しました。pages/timer.tsx
のgetServerSideProps
でtaskGroups
をテンプレートに渡せるようにしましたtemplate/TimerTemplate.tsx
で カテゴリ名・グループ名を取得し、TaskItem
コンポーネントに渡せるようにしましたレビュアーに重点的にチェックして欲しい点
ソースコードにコメントを記載します。
補足情報
とくになし