CryptoverseCC / tokntalk

Tokntalk.club
http://tokntalk.club
The Unlicense
10 stars 5 forks source link

Most popular posts #56

Open patrykadas opened 6 years ago

patrykadas commented 6 years ago

We need tabs.

For the main feed: Most popular posts in the last week (later on we can expand on it) Newest

For discovery: Most active Newest

Later on: Most active profiles Etc.

mg6maciej commented 6 years ago

I'm gonna do algos for all of the above. @patrykadas Do we have design for tabs?

jakubsta commented 6 years ago

Club sorting: cryptoverse_clubs_sorted_newest cryptoverse_clubs_sorted <- Current Feed sorting: cryptoverse_last_week_popular_feed cryptoverse_club_last_week_popular_feed

mg6maciej commented 6 years ago

https://api.userfeeds.io/ranking/cryptoverse_clubs_sorted https://api.userfeeds.io/ranking/cryptoverse_clubs_sorted_newest

mg6maciej commented 6 years ago

https://api.userfeeds.io/api/cache-cryptoverse-feed?size=2

https://api.userfeeds.io/api/cache-cryptoverse-popular-feed?size=2

https://api.userfeeds.io/api/cache-cryptoverse-club-feed?id=ethereum:0x06012c8cf97bead5deae237070f9587f8e7a266d&size=2

https://api.userfeeds.io/api/cache-cryptoverse-club-popular-feed?id=ethereum:0x06012c8cf97bead5deae237070f9587f8e7a266d&size=2

mg6maciej commented 6 years ago

Note: all these APIs return "after", which should be used in frontend to put in correct position when you don't have element with given "id". If "after" is missing, it should be the first element.