aadeshkulkarni / figuringout

Blogging + Social Media + AI | Opensource | Javascript | ReactJS | HonoJS | Prisma
https://figuringout.life
MIT License
72 stars 78 forks source link

Enhancement | Recommended subscribers | Backend #202

Closed aadeshkulkarni closed 6 days ago

aadeshkulkarni commented 1 week ago

Create a new backend route for recommended subscribers GET subscriber/recommended return top 5 tags with maximum followers.

shubbhhh commented 1 week ago

If recommended user are shown on frontend on explore page(blogs) even to unauthenticated users then this(GET subscriber/recommended) route should be above auth route in subscriberRouter. We can fetch most subscribed user from subscriber table by grouping by userId and ordering by subscriberId count.

can I work on issue?

aadeshkulkarni commented 1 week ago

Yes, it should be a public route. Have already assigned #203 to you. If (you complete that issue AND no one else claims this one until that time) then, this will get assigned to you.

shubbhhh commented 1 week ago

Should I start working on this issue now?

aadeshkulkarni commented 6 days ago

Yes sir.