-
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
【メンター向け機能】提出物に未アサインタブを追加 #3027
【メンター向け機能】提出物に未アサインタブを追加 #3027
Conversation
20ac369
to
ef04a58
Compare
@gallardo16 こちらのレビューお願いできますでしょうか🙏 |
ef04a58
to
3f35f11
Compare
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だと思います!
f24322c
to
693051e
Compare
@gallardo16 @komagata |
693051e
to
f8bcfc3
Compare
if (location.pathname === '/products/not_responded') { | ||
if ( | ||
location.pathname === '/products/not_responded' || | ||
location.pathname === '/products/unassigned' |
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.
/products/unassigned?read=false
みたいにパラメーターが追加されたときに動きがおかしくなったりは大丈夫でしょうか~?
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.
#3067 (comment)
こちらでやりとりさせてもらったのと同様に、クエリパラメーターが追加されても大丈夫そうです🙆🏻♂️
念のため動作確認もしましたが挙動は変わらずでした。
c01d04a
to
49a14fe
Compare
@komagata |
test/system/products_test.rb
Outdated
initial_counter = unassigned_tab.text | ||
|
||
assignee_buttons = all('.a-button.is-block.is-secondary.is-sm', text: '担当する') | ||
assignee_buttons.first(3).each(&:click) |
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.
3つめというのは必然性がなく、今後のレイアウト変更などで変わりやすいのですぐにテストがうごかなくなっちゃいそうなので、他の条件にしたいですね。(hashとarrayの違いのように。hashは名前でしていするので順番がかわっても問題ない)
タブにその名前を表すidやclassがついているのは問題ない(あったほうが良い)ので追加でつけちゃっても大丈夫です。
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.
3回「担当する」ボタンを押す必要はなさそうです😅
- 未アサインタブにidをつける
- 未アサインタブ内のカウンターにidをつける
- 「担当する」ボタンのクリックを1回だけしてカウンターが変化していることを検証する
という形に修正しました🙆🏻♂️
49a14fe
to
e57d961
Compare
@komagata テストの修正をしましたのでご確認お願いいたします🙏 |
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ですー🙆♂
ref: #3021
やったこと
メンター用の提出物一覧ページのタブに「未アサイン」タブを追加しました。
変更前
変更後
「未アサイン」タブの仕様
テスト項目