monitorizare-vot-ios icon indicating copy to clipboard operation
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

Results 16 monitorizare-vot-ios issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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...

enhancement
help wanted

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.

enhancement
help wanted
low-priority

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...

enhancement
help wanted
medium-priority
autumn-2020

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...

enhancement
help wanted
medium-priority
autumn-2020

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...

enhancement
help wanted
hacktoberfest
low-priority
good first issue
autumn-2020

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

enhancement
help wanted
high-priority
good first issue
autumn-2020

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...