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
added scoped labels
changed weight to 4
added scoped label
added scoped label
changed time estimate to 4h
added to epic &111
changed time estimate to 5m
changed time estimate to 2h
added scoped label and automatically removed label
closed
removed labels
removed the weight
removed time estimate
Please register or sign in to reply