-
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
generation-users.vueと依存するVueファイルをReactコンポーネントに書き換え #7170
generation-users.vueと依存するVueファイルをReactコンポーネントに書き換え #7170
Conversation
0e26169
to
e648244
Compare
cbd7f30
to
27b1d67
Compare
743880f
to
46e9ff9
Compare
c0a8d7f
to
5abca7c
Compare
5abca7c
to
41b7bc2
Compare
@machida
|
@machida |
@natsuto6 すいません、これから着手しますー |
716c41a
to
0086807
Compare
@yocchan-git |
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点細かいですが修正お願いいたします
ブランチ名はなんでもいいのですが、フィヨルドのルールに則った方がいいかなと🤔 |
@yocchan-git 指摘いただいた1点目について追加しました。
こちら確かにそうかもしれないので以後気をつけます🙇♂️ |
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点気になったので...🙇♂️
現状、下記のようにページネーションで遷移するとリンクの後ろに&page=2
などが3つ,4つぐらいついてきます。
これは意図する動作なのでしょうか?
(最後のpage
だけを参照するとか、ただ、余計なparamsを増やすのはあまり良くない気がしますが...)
また、上記の例はたまたまpage=1
が表示されないのでいいのですが、page=2&page=3
などになるとバグになりそうなので、修正していただきたいです!🙏
また、page=2
にいてもリロードしたら1に戻ってくるのですが、
こちらも意図する動作でしょうか?🤔
個人的には、リロードしても2にいて欲しいです笑
(というか、今もそのはずです!)
ただ、このissue結構重く大変だったかなと思います!
修正になるとよりテンション下がるかと思いますが、よろしくお願いいたします🙇
20501b5
to
1fc6fd5
Compare
@yocchan-git |
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.
LGTM🎉
結構難しそうでしたが、すごいですね!
対応お疲れ様でした〜〜
0fca47c
to
6edb9c8
Compare
@komagata |
@natsuto6
こちら、この別IssueはどのIssueになりますでしょうか? |
pagerのcomponentに変更したことにより、事象として発生しなくなっております。目的の実装になっているのでIssueとして立てておりませんでした。 @machida |
@natsuto6 直しますー💪 |
@natsuto6
承知しました~。 |
@machida |
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です~👌
Issue
概要
期生別のユーザー一覧ページと依存するVueファイルをReactに書き換え
変更確認方法
chore/convert-generation-users-vue-component-to-react
をローカルに取り込むbin/setup
を実行rails db:seed
でページネーションの動作確認のため本PRで追加したユーザーデータをdevelopment環境に読み込むforeman start -f Procfile.dev
でサーバーを起動http://localhost:3000/
にアクセスするScreenshot