mysociety / yournextrepresentative

A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk/
GNU Affero General Public License v3.0
56 stars 21 forks source link

Results: API endpoint for vote results #877

Closed symroe closed 8 years ago

symroe commented 8 years ago

We need to have an endpoint for votes cast results type.

The list page should list PostResult objects, embedding the related ResultSet queryset, that intern embeds the CandidateResult query.

There should be a way of filtering by PostResult.confirmed, so that consumers can request confirmed results only.