Skip to content

No groups minds#4095

Olivia Madrid requested to merge feat/no-groups-m4095 into master

Ticket(s) / Related Merge Requests

minds#4095 (closed)

Summary of Changes

Changes made to the way groups and group recommendations are displayed in the gql newsfeed.

On the groups feed:

  • if the user is not a member of any groups, show the no-groups feed notice in the top slot.
  • if the feed has no activities (either b/c they are not a member of any groups OR no one's posted in any of their groups), show 5 group recommendations instead.
  • if the feed does have activities, build the feed as normal and insert 3 group recommendations into the feed.

Recommendations:

  • On the groups feed, the recommendations will always be group recs
  • On the latest/for-you/top feeds, the recommendations will either be group OR channel recs (randomly decided)

Testing Considerations

Experiment engine-2570-gql must be enabled to see the changes.

Deployment Considerations

Regression Scope

Gql newsfeed, in-feed notices

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

Screenshots / Screen Recording

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

Merge request reports