-
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
ユーザー個別ページ、一覧ページのカウント数一覧にポートフォリオを追加 #7522
Conversation
@kurumadaisuke |
@unikounio |
@kurumadaisuke さん @a-kuroki-gs さん |
@unikounio ただ、大変申し訳ないのですが、現在レビューの時間を取ることが厳しいため、 |
@a-kuroki-gs さん @hirano-vm4 さん |
もちろん大丈夫です🙆お時間数日いただければと思います!よろしくお願いします🙏 |
お疲れさまです!遅くなりました!早速コードを確認しました😄実装のコードは自体はわかりやすく、良いコードだと感じましたが、1点だけ気になった点を共有したいと思います🙏 ユーザー一覧での表示ズレ
私の環境に固有の現象かもしれませんが、ブラウザのサイズを変更するとactivity-nameに設定された「ポートフォリオ」という文字が他の文字に比べて多いため、横幅がギリギリになっています。 その結果、ブラウザのウィンドウサイズによっては文字列が2行表示になり、レイアウトが崩れてしまうようです🧐
user-activity-count(
activity-name='ポートフォリオ',
:activity-count='user.work_count',
:activity-url='`${user.url}/portfolio`') 固有の問題の可能性もあるので @unikounio さんの環境でも念の為確認していただき、状況によっては町田さんにこのままいくかどうかの確認を入れても良いかも?と感じましたがいかがでしょうか?🙆 確認チェック
|
@hirano-vm4 さん とはいえ2人とも気になる点ということで、念のため町田さんに確認させていただこうと思います😄 |
3/27 追記 |
@unikounio |
@hirano-vm4 さん お手すきの際にご確認をお願いいたします🙏 |
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作成までお疲れ様です!私の方からは、Approveさせていただきます🙏
またレビュー依頼あればお声かけください!私もお願いすることがあると思いますので、引き続きよろしくお願いいたします🙆
@hirano-vm4 さん |
@komagata さん |
app/helpers/users_helper.rb
Outdated
@@ -61,4 +61,8 @@ def all_countries_with_subdivisions | |||
.to_h | |||
.to_json | |||
end | |||
|
|||
def link_or_text_for_count(count, path) |
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.
@unikounio link_to_if
を使ったらいい感じになりそうな気がしました。
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.
ご提案いただいた形で修正させていただきました!
条件式を!zero?
とnonzero?
のどちらにするか迷ったのですが、真偽値を求めていることが明確になるよう!zero?
を用いる形にしました。
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.
link_to_ifを使ったら一行なのでメソッドかする必要はないかもとおもいました~。
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.
@komagata さん
おっしゃる通りですね😅修正させていただきました!
修正に伴い、helperに関するコミットが不要となったため、コミットの整理も併せて行いました~
85180cf
to
5abc0c1
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.
@komagata さん
ご確認ありがとうございます!
修正させていただきました。お手すきの際に再度ご確認をお願いします🙏
app/helpers/users_helper.rb
Outdated
@@ -61,4 +61,8 @@ def all_countries_with_subdivisions | |||
.to_h | |||
.to_json | |||
end | |||
|
|||
def link_or_text_for_count(count, path) |
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.
ご提案いただいた形で修正させていただきました!
条件式を!zero?
とnonzero?
のどちらにするか迷ったのですが、真偽値を求めていることが明確になるよう!zero?
を用いる形にしました。
5abc0c1
to
f23581e
Compare
f23581e
to
4824550
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です〜🙆♂️
Issue
概要
ユーザー個別ページ、一覧ページのカウント数一覧にポートフォリオを追加しました。
また、ユーザー個別ページのカウント数一覧において、カウント数が0の場合はリンクしないよう変更しました。
変更確認方法
feature/add-portfolio-count-to-user
をローカルに取り込むbin/setup
を実行foreman start -f Procfile.dev
でサーバーを立ち上げる/users
にアクセスユーザー個別ページの対応するタブにリンクにしている。
リンクなし。
/users
からユーザーhatsuno
をクリック対応するタブにリンクにしている。
リンクなし。
Screenshot
変更前
/users
/users/show
変更後
/users
/users/show