Skip to content

Add Contextual see more recs #5516

Manish requested to merge feat/contextual-see-more-minds-2309 into master

Ticket(s) / Related Merge Requests

Fixes #5516 (closed)

Summary of Changes

Fixes #5516 (closed) by using the same endpoint we're using in the channel rec component for the see more page (discovery/suggestions/user)

Testing Considerations

Scenario 1

  • on the channel rec widget that appears after u follow someone, click "See more"
  • on the screen that opens
    • the recs should be the same as in the widget
    • there should be no tabbar
    • the back button should work
    • there should be at most 24 items (because we don't support pagination yet)

Scenario 2

  • on the in-feed channel recs component, click "See more"
  • on the screen that opens, the channel recs should be as usual—unchanged
  • back button must work

Deployment Considerations

TBD

Regression Scope

  • back button on discovery/suggestions/user
  • discovery/suggestions/user screen
  • discovery/suggestions/user suggestions
  • discovery/suggestions/user group suggestions

Platform Affected (web, mobile, etc)

N/A

Developer Testing Completed

yes

Screenshots / Screen Recording

https://www.loom.com/share/3d61e377085e4f79b5b3b3599868d740

Note 1: the first recommendation on the widget is the same user we're subscribing to, which is another issue (arguably a backend one) Note 2: I couldn't get more than 12 recs on the sandboxes. I'm not sure if this is a bug or my recommendations are limited. I have to double check

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Manish

Merge request reports