-
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
管理者ページのお問い合わせ個別にコメントを付けたい。 #7452
Comments
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。 |
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。 |
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。 |
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。 |
@komagata さん、お疲れ様です🍵 質問を失礼いたします。 |
@ayu-0505 vueやreactを使わずにお願いします〜(vue、react撲滅を進めているので) |
@komagata さん、お疲れ様です🍵 実装方針で迷っているので質問させてください。
1の方法ですが、現在のVueを使用した機能と比べ、画面遷移が増えるであろうと予想されます。 2の方法については、現在参考にさせていただいているreckyyさんのPR(Q&AのAnswer部分を非Vue化( #8033 ))が近いと思われます。 今後の変更に対応しやすい1の方法か、UI重視の2の方法か、あるいは他の方法がありますでしょうか。 |
@ayu-0505 もし実装で困ってたりしたら質問・雑談タイムや他の時にも画面共有して進めたりできるのでおっしゃっていただければ〜 |
@machida(cc @komagata ) # users/comments_controller.rb
def set_comments
@comments =
Comment
.where.not(commentable_type: 'Talk')
.preload(commentable: { user: { avatar_attachment: :blob } })
.eager_load(:user)
.where(user_id: user)
.order(created_at: :desc).page(params[:page])
end |
@ayu-0505 ありがとうございます!その対応でお願いします🙏 |
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。 |
No description provided.
The text was updated successfully, but these errors were encountered: