Skip to content

Live metrics #4424

Manish requested to merge feat/live-metrics-4424 into develop

Ticket(s) / Related Merge Requests

#4424 (closed)

Summary of Changes

Adding in a stream to proxy metric change events (currently just upvote and downvote) through sockets to mobile, automatically updating vote counts. Hooks into the existing entity view events.

Testing Considerations

  • all sufficiently visible posts on the screen should listen to changes to upvotes and downvotes
  • make sure the mob-4424-sockets is on (it's on by default)
  • the socket starts after 1s delay on a post

Regression Scope

None, just updating upvotes and downvotes when socket gets connected

Platform Affected (web, mobile, etc)

mobile

Developer Testing Completed

Mani 👍

Screenshots

Screen_Recording_2022-09-09_at_13.07.18

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Manish

Merge request reports