Read the Room is an interface for measuring and displaying group sentiment across a set of choices. A concrete deployment of Read the Room could be at a debate watch party. Each audience member can vote each candidate up or down — the physical interface will display the aggregated votes by showing how favorably (green) or unfavorably (red) the candidate is viewed by audience. The API for Read the Room also exposes data around the history of a candidates sentiment performance over time.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b18db0ce-547b-4a25-89f9-56f44cb9a31e/IMG_2541.jpg

Structure

POST candidateA/voter-a/current (system calculate total)

GET/candidateA/upvote (Add 1 point)

GET/candidateA/downvote (Minus 1 point)

GET/candidateA/score (Receive Total Points)

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/310477ff-83d6-4a3e-ac45-4cf18bcbbdb9/Screen_Shot_2019-11-12_at_3.42.58_PM.png