Skip to content

Boost partners suitability setting minds#3846

Olivia Madrid requested to merge feat/boost-settings-3846 into master

Ticket(s) / Related Merge Requests

minds#3846 (closed)

Summary of Changes

  • Add a new field boost_partner_suitability to user configurations table.
  • The new field is included in the export of api/v1/settings endpoint
  • Three values are possible: 1 - disabled, 2 - safe, 3 - controversial
  • The default value is controversial, and it will be returned if the user hasn't specified otherwise

Testing Considerations

User settings endpoint Best to test with front!2216 (merged)

Deployment Considerations

Relates to boost partners experiment

Regression Scope

User settings

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

User settings GET endpoint returns the new field (controversial by default) and POST endpoint updates the value.

Screenshots / Screen Recording

image

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 Olivia Madrid

Merge request reports