Skip to content

Downvote revamp minds#4175

Olivia Madrid requested to merge feat/downvote-revamp-m4175 into master

Ticket(s) / Related Merge Requests

minds#4175 (closed)

Summary of Changes

  • Added explicit_votes field to graphql ActivityEdge.
  • Added logic that determines when explicit_votes is true/false in the gql NewsfeedController.
  • Stop downvote notification from firing

See front!2365 (merged) for everything else not answered here

Testing Considerations

Deployment Considerations

minds-4175-explicit-votes flag must be enabled for explicit downvotes portion to work

Regression Scope

Platform Affected (web, mobile, etc)

BOTH - downvote notifs and push notifs are removed. Gql feed is affected

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

Merge request reports