PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

`last_activity` and `vote_count` missing from the `user/me/profile` endpoint results. #54

Closed SudoPlz closed 8 years ago

SudoPlz commented 8 years ago

It would be nice if the backend provided that info, I plan to use them on the profile page header in the mobile app, as the mockups I've been given suggest.

screen shot 2016-04-27 at 17 10 59

johnboy14 commented 8 years ago

The following fields have been added to the user profile response payload. @SudoPlz

{
  ........
  "last_activity": 1449677527264,
  "total_votes": 16
 .........
}