-
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
ダッシュボード配下に自分の提出物一覧をページを作成 #2935
ダッシュボード配下に自分の提出物一覧をページを作成 #2935
Conversation
73caf33
to
34fee6a
Compare
@yana-gi お手すきのときにレビューをお願いします🙏ペアプロのissueです。 |
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.
ペアプロ最後まで一緒にできずすみませんでした……!
最後まで実装していただきありがとうございます!
2点ほどコメントしましたので修正お願いします!
またテストもできれば書いていただきたいです〜
自分が担当した日報一覧ではテストを作成したので、同じような機能でテストがあるもの・ないものが混在しない方がいいと思ったためです。
ご確認お願いします🙏
config/routes.rb
Outdated
namespace :current_user do | ||
resources :products, only: %i(index) | ||
end | ||
|
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.
既にある96-98行目のnamespace :current_user
に追加するようにしてください〜
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.
ミスってました、すみません...🙇
.page-header-actions | ||
ul.page-header-actions__items | ||
li.page-header-actions__item | ||
= link_to users_path, class: 'a-button is-md is-secondary is-block is-back' do | ||
| ユーザー一覧 |
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.
以前machidaさんに確認したところ、この画面にはユーザー一覧ボタンは不要とのことでした。
ので削除しちゃってください〜
#2844 (comment)
事前に共有できずすみません……!
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.
いえ、ありがとうございます。修正しました!
9fbb70f
to
fae0070
Compare
@yana-gi 色々指摘してくださりありがとうございます!修正しましたので、改めてご確認お願いします🙏 |
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.
修正していただきありがとうございますー!
大丈夫だと思います🙆♂️
レビュワーに駒形さんを追加しましたー |
@udaikue デザイン確認しました。OKですー🙆♂️ |
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ですー🙆♂️
@@ -95,6 +95,7 @@ | |||
|
|||
namespace :current_user do | |||
resources :reports, only: %i(index) | |||
resources :products, only: %i(index) |
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.
ナイスです〜
issue #2843
ダッシュボードに自分の提出物一覧のタブを作成しました。
変更前
変更後