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

新)VTuber毎のページ作製 #149

Closed
shari-sushi opened this issue Mar 1, 2024 · 3 comments
Closed

新)VTuber毎のページ作製 #149

shari-sushi opened this issue Mar 1, 2024 · 3 comments

Comments

@shari-sushi
Copy link
Owner

shari-sushi commented Mar 1, 2024

ダイナミックルーティングでページ用意

そのURLを各VTuberのLitLinkに貼る等してもらい、宣伝してもらえそう

現状の最高優先度タスクとする。
これ完成したらリリース。

@shari-sushi
Copy link
Owner Author

shari-sushi commented Mar 1, 2024

実装内容(ロジック的な)

app

  • UIは/sing/karaoke
    ドロップダウンはVTuberもMovieも両方の

  • dynamic routing
    クエリを読み込んでSEO対策でサブディレクトリにする
    VturerIdにしないのも同じ理由
    /vtuber/[vtuber_kana]

  • VTuber名は受け取ったRecivedKaraok eのhoge.[0].vtuberNameを使う

  • api呼び出しはurl末尾にクエリを付与して行う

  • /vtuber/[vtuber_kana]リンクはtopページのVTuberテーブルのVTuber名に埋め込む…無理か?無理だったらkanaに埋め込む
    (リリース後に様子見て、他のテーブルにも埋め込むか決める)

  • /vtuber/はtopページの配信者のページに置く? うーん、それってsing/karaokeと同じではw

api

  • urlのクエリを取得=vtuberKana
  • dbでvtuber_kana検索
    • joinして取得…大変だなぁ
      • movieのタイトルとurのみ
      • karaokeの全てといいね?
  • dataを返す
    ※他と同じようにログインの有無で処理を変えること

@shari-sushi
Copy link
Owner Author

shari-sushi commented Mar 1, 2024

@shari-sushi
Copy link
Owner Author

このぐらいの作業量なら2時間(手戻り込み)くらいでできるみたい
(見積は4時間でどうかな?くらいだった)
image

shari-sushi added a commit that referenced this issue Mar 2, 2024
fix: next:動画がない場合の表示微修正(ゴマカシ) #149
shari-sushi added a commit that referenced this issue Mar 2, 2024
fix: next:動画がない場合の表示微修正(ゴマカシ) #149
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

No branches or pull requests

1 participant