Closed bradley-holt closed 12 years ago
We need to be able to distinguish between elections and referendums.
curl 'https://example.org/town-meeting-season-2011/city-of-burlington/burlington-school-budget' \ -H 'Accept: application/json'
{ "title":null, … "tags":null, … }
{ "title":null, … "tags":[ "Referendum" ], … }
In HTML, the same element containing the ballot-item class (currently the body) should also have a class of referendum (or a class of election for elections, of course).
ballot-item
body
referendum
election
This was broken for summed results only I believe. fixed in 940bba3
Looks good to me, thanks!
Description
We need to be able to distinguish between elections and referendums.
Steps to Reproduce
Actual Results
Expected Results
Additional Comments
In HTML, the same element containing the
ballot-item
class (currently thebody
) should also have a class ofreferendum
(or a class ofelection
for elections, of course).