Skip to content
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

traPブログについての説明を追記 #279

Closed
wants to merge 1 commit into from

Conversation

mehm8128
Copy link
Contributor

@mehm8128 mehm8128 commented Jun 8, 2024

close #273
Blogを選択したときだけ表示でもいいような気もする

@mehm8128 mehm8128 requested a review from Pugma June 8, 2024 12:56
@mehm8128 mehm8128 self-assigned this Jun 8, 2024
Copy link
Collaborator

@Pugma Pugma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!
一点だけ確認をお願いします

label="リンク"
required
:class="$style.labeledForm"
>
<form-input
v-model="formValues.url"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このときvalidationがおかしくなっていそうです
https://{ なんか }
を入れると「追加」ができるようになる感じです

そもそも入力欄を消しちゃってもいいのでは…?
という気がします

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

よく分からなかったのですが、各フィールドに何を入れたときにどういうバリデーションエラーになってほしいってことですか?

そもそも入力欄を消しちゃってもいいのでは

の入力欄ってサービス名に何を選んだときのどれのことですか?

Copy link
Collaborator

@Pugma Pugma Jun 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blogを追加する際のURL validationについて言及してました
ここで僕が気になっているのは

  • URL欄を作る必要がないのではないか
    • フロントエンド側ですでにUserID情報は持っているので、改めて入力させるとミスタイプの可能性もあります
  • もしURLを作るにしても、validationがおかしいのではないか
    • https://foo https://hogeでも通ってしまうので、欄を用意するならhttps://trap.jp/author/{ なにか }でvalidationしたほうがよさそう

ってここまで書いていて思ったんですが、このBlogって個人ブログのことを指してますか?
それだとしてもHomePageと若干競合してそうだったのでtrapのものだと勝手に思ってしまってました
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HomePageはポートフォリオとかで、Blogはtrap.jpではなくて個人ブログのこと(trap.jpに限らないブログだったけどtrap.jpを別で用意するようにしたのでtrap.jp以外のブログ)を想定してると思います

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ポートフォリオって言ってブログのリンク貼ってる人とかポートフォリオとブログが合体してる人とかもいるので確かにBlogはいらないような気もしてきました
別で持ってる人のことも考えると、HomePageを複数設定できるようにしておけばいいですかね

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

個人的にはそのような実装のほうがいいと思います
trap.jpのブログに関しては選択とかは必要なくって確定でユーザーページに表示するって感じの仕様になってましたよね確か

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OKです、そうします(多分どこかのPRでHomePageが複数選択できちゃうバグ直してるのですが、そっちにも影響するので見かけたらちょっと待ってもらえると助かります)
そうですね、traPのIDに紐づいて既に公開されているものなので、全員設定の余地なく公開にしています

@Pugma
Copy link
Collaborator

Pugma commented Jun 12, 2024

@mehm8128
このPRってこの状態でマージしたいんでしたっけ?

@mehm8128
Copy link
Contributor Author

多分マージせずにcloseでいいかなーってなってます

@Pugma
Copy link
Collaborator

Pugma commented Jun 12, 2024

承知しました!
じゃあcloseをお願いします

@mehm8128 mehm8128 closed this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

traPブログへのリンクは追加できないようにする
2 participants