aibtcdev / aibtcdev-frontend

2 stars 1 forks source link

Track crew clone count #118

Open whoabuddy opened 3 weeks ago

whoabuddy commented 3 weeks ago

We should track how many times a crew is cloned, and use that as a possible way to sort on the public crew page.

We could also introduce a star feature like GH, so you can sort by "most starred", but feels like an extra step vs just capturing how many times it was cloned.

r0zar commented 2 days ago

Sounds like another good usecase for sorted-set/leaderboard data structure.