code4romania / monitorizare-vot-ios

iOS election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
https://votemonitor.org/
Mozilla Public License 2.0
19 stars 24 forks source link

Updates to counties API #193

Closed CristiHabliuc closed 4 years ago

CristiHabliuc commented 4 years ago

Implemented county order field in sort; Updated to use new /v1/county API endpoint; Renamed some structs to be more easily readable (PollingStationResponse is now County, since it returns a list of counties) Closes #186