Skip to content

[engine] Change erotica tag minds#4104

Ben requested to merge feat/change-erotica-tag-m4104 into master

Ticket(s) / Related Merge Requests

Summary of Changes

Change erotica tag in onboarding to read nsfw.

Testing Considerations

Check the erotica tag in onboarding is replaced by nsfw.

Confirmed with @ottman that it's fine for the nsfw tag to display in title-case as Nsfw.

Note: Group recommendations are currently not working correctly pending merge of !1357 (merged) so you will NOT see NSFW groups if selecting the NSFW tag in this sandbox. Currently it is wired up to use the tags on your CHANNEL rather than your content preferences, thus you can check the groups actually work by setting a channel tag of NSFW, then viewing your group recommendations (have included a video showing this).

Deployment Considerations

Standard deployment.

Need to update the production table with

UPDATE minds_default_tag_mapping SET tag_name='nsfw' WHERE tag_name='erotica';

Regression Scope

Onboarding tags and group recs.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Manual - just a config change.

Screenshots / Screen Recording

Showing that tag is present instead of Erotica

simplescreenrecorder-2023-06-13_14.08.12

Hack-around to show recs working

simplescreenrecorder-2023-06-13_14.05.00

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

Loading