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

チャンネルの「トレンド」で表示されるチャンネル数をもっと増やしたい #14086

Open
1 task
samunohito opened this issue Jun 24, 2024 · 2 comments
Labels
✨Feature This adds/improves/enhances a feature

Comments

@samunohito
Copy link
Member

Summary

現状、チャンネルのトレンドタブで表示される件数は10件決め打ちとなっています。
これをページング可能なようにエンドポイントを拡張し、更に多い件数を取得できるようにしたいです。

Purpose

チャンネルがユーザの目に触れる機会が増え、「こんなチャンネルあったんだ」を減らせる

Do you want to implement this feature yourself?

  • Yes, I will implement this by myself and send a pull request
@samunohito samunohito added the ✨Feature This adds/improves/enhances a feature label Jun 24, 2024
@samunohito
Copy link
Member Author

channels/featuredの実装を見る限り、channelテーブルをlastNotedAtで降順ソートしてlimit = 10してるだけなので、実装難易度も高くないし、負荷面での懸念もないはず…

@fruitriin
Copy link
Contributor

試してたらフロントエンドで featured APIに limit のクエリパラメータをつけてリクエストしているものの無視されている模様(BEで10固定っぽい)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
Status: No status
Development

No branches or pull requests

2 participants