-
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
メンター向けプラクティスWatch機能の追加 #3402
メンター向けプラクティスWatch機能の追加 #3402
Conversation
@machida お手すきの際にこちらのデザイン確認をお願いいたします🙏 |
デザイン了解ですー! |
@kawase-k お手すきの際にこちらのレビューをお願いいたします🙏 デザインについては同時進行で対応されるとのことです! |
@kaiyu-tech さん 先ほど手元で確認させていただきました。 上記以外で気になる点が2つほどありましたのでご確認していただきたいです!
お手数おかけしますがご確認のほどよろしくお願いいたします🙏 |
app/views/practices/show.html.slim
Outdated
@@ -54,6 +54,9 @@ header.page-header | |||
- status = @practice.status_by_learnings(current_user.learnings) | |||
.js-learning-status(data-practice-id="#{@practice.id}" data-status="#{status}" data-submission="#{@practice.submission}") | |||
|
|||
- if current_user.mentor? | |||
#js-watch-toggle(data-watchable-id="#{@practice.id}", data-watchable-type='Practice') |
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.
個人的にメンターモードがOFF時にはWatchボタンは表示させない方がいいのかなと思ったのですが、かいゆーさんのご意見をお聞きしたいです。
自分が担当していたことを想定して補足させていただきます。
.is-only-mentor
を使うとON/OFFの切り替え時に表示/非表示ができそうです。
同ファイル内の「+プラクティス作成」でも使われていました!
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.
@kawase-k
「提出物が不要のプラクティスには表示しない」について、要件に対応するのを失念していました💦
対応するように修正しました!
またアドバイスありがとうございます!おっしゃられる通りだと思います。
メンターモードがOFF時にはWatchボタンを表示しないように修正しました!
再確認お願いします🙏
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.
@kaiyu-tech さん
ご対応いただきありがとうございます!!
先ほど確認しました。
いいと思います〜🎉
65ff936
to
80819bf
Compare
@kawase-k レビューありがとうございました! |
@kaiyu-tech デザイン入れましたー |
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 #3347
修正後イメージ
メンターとしてログイン時に、提出物が必要なプラクティスの個別ページにWatchボタンを表示
このプラクティスで新規提出されたら、Watchしているメンターに通知