Skip to content

Replace the suggested channels backend call with top feeds

On https://www.minds.com/newsfeed/subscriptions

Currently, our Suggested Channels box calls

https://www.minds.com/api/v2/suggestions/user?limit=5&offset=0

Which is returning a list of channels which does not match the user's selected content.

This box needs to be populated with a call to

https://www.minds.com/newsfeed/global/top

Passing in the hashtags from the Preferred selector sidebar

  • Swap out the suggested channels with the top feed
  • Keep the same ui and ability to subscribe to the channel
  • Use the preferred selectors
  • Update the existing unit tests
  • Do not worry about e2e tests because this whole UI is getting rewritten