Refactor the statuses controller to serialize the necessary data into a json response. Right now it's building partials and sending blobs of html.

Request will send room id in url https://estimationstation.example/status/:id
Response should include
- ticket: title, description, value
- current users "in" the room: email, votes on matching ticket
Development Notes
- Don't forget to delete the dead code of the partials etc.