Git Product home page Git Product logo

warcrimesua's Introduction

WarCrimesUA

Online round task of iOS Dev Challenge XIX on 03.10.2022

dev_challange_xix

Task Description

Developing an iPad (Swift) application that is going to visualize crimes in Ukraine using the provided database, your task is to create a map visualization of the points along with general statistics of the crimes that happened (e.g. number of distinct crimes, total crimes). This project’s idea is to spread the news to the rest of the world about unjustified aggression against the Ukrainian nation.

Requirements

  • project should build on Xcode 14.0+.
  • language should be Swift.
  • target should support the iPad as the main platform.
  • minimal iOS version is 15.0.

Screenshots

Technologies

  • UI build with SwiftUI
  • MVVM Architecture
  • MapKit

Key Features

  • Local database with more than 10,000 war crimes
  • Cluster aggregation on the map with zoom to specific places
  • Localised data: EN or UA
  • Time period filter

Challenges

  • Choosing Swift UI led to some limitations for working with native maps (MapKit), mainly - point aggregation. This required task was done by grouping events into clustes and then displaying those clusters (event if a single event) on the map. The algorithm needs improvements though :D

  • Another concern is lagging (freezing UI) when changing selected time period or language. Panning and zooming the map also has problems when there are many events to process. This could be improved by moving heavy computations off main queue, more sophisticated logic of when to reassemble clusters or even initial breakdown of events in days/sectors on the map.

warcrimesua's People

Contributors

pirogman avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.