Skip to content

[engine] Fix onboarding groups suggestions front#6002

Ben requested to merge fix/onboarding-tags-f6002 into master

Ticket(s) / Related Merge Requests

Summary of Changes

Fixes it so that onboarding group suggestions show the appropriate suggestions. Additionally removes a constraints that requires 1 channel be subscribed to from the previous modal for the groups one to appear.

Testing Considerations

There are only a few tags that have assosciated groups in our sandbox env - the group names will be like Nature Group 1 Nature and Technology Group so that you know you are seeing the correctly mapped groups. In production you will see the real groups for all tags that were mapped.

The tags we have mapped for sandbox for testing are #nature, #technology and #minds.

If you select any combination of the above tags during onboarding, you should be served appropriate recommendations for those tags. If you select tags that aren't these you should see default recommendations.

You can also quick test by changing your tags here (in the discovery topbar)

image

And checking the recommendations that appear at /discovery/suggestions/group as it's the same list.

Deployment Considerations

Standard deployment.

Regression Scope

Group recommendations during onboarding.

Platform Affected (web, mobile, etc)

Engine

Developer Testing Completed

Manual, unit.

Screenshots / Screen Recording

Nature and technology tags

simplescreenrecorder-2023-06-07_15.27.52

Default tags (no mapped tags selected)

simplescreenrecorder-2023-06-07_15.29.30

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 Ben

Merge request reports