monitorizare-vot-ios
monitorizare-vot-ios copied to clipboard
iOS election monitoring app - a mobile app through which commissioned observers can easily report back to their respective NGOs throughout the election day
Starting with Xcode 15, we have a better way to manage hardcoded strings and localizations. It's recommended to migrate the project to String Catalogs to make it easier to add...
Currently an icon is displayed in the questions list, for the questions that have notes on them. Display the icon also in the question details screen. Also, in case the...
Log analytics events for the latest added screens: - view note - view visited stations Also log the send note event and also send the number of attached files.
See the new UI here: https://www.figma.com/file/lww9lcabUpamTZg8zCExI8/MV-2.0-Prototype?node-id=292%3A93 . An empty state placeholder for the polling station details screen in case the internet connection is poor and the counties list can't be...
Add to each note preview info about: - form code - question code - date & time not just date - question text preview Tapping a note from the list...
Send the firebase token on the login call. There is no need for two separate calls. Use the new login endpoint: `POST /api/v2/access/authorize` Send both login info & firebase related...
Use the newly added API v2 endpoints for updating polling-station-infos instead of v1 endpoints `polling-station` `POST api/v2/polling-station-info` `PUT api/v2/polling-station-info` Backend implemented in: https://github.com/code4romania/monitorizare-vot/issues/255
TODO: test when the API response works ### What does it fix? Updates the API calls to the new one Closes #187 ### How has it been tested? Not yet,...
I've made some project structure improvements for a cleaner overview. - **cocoapods** in added to a Gemfile to enforce the use of CocoaPods via bundler. Version management is easier this...