Skip to content
Snippets Groups Projects
user avatar
Domenic Wüthrich authored
a99220bd
History
Name Last commit Last update
Amiv.xcodeproj
Amiv
AmivTests
README.md

Amiv iOS App

This is the official AMIV iOS client. It uses the new AMIV api as its backend.

Roadmap to v1.0

The following steps are necessary and need to be done before launching the first version of the AMIV app.

  • Connect everything to AMIV api.
  • Fill all views with data from AMIV api.
  • Include existing checkin app as micro app.
  • Create barcode app and include as micro app.
  • Properly localize every view.
  • Create missing icons (including app icon, tab icons, onboarding app features icons, micro app icons, etc.).
  • Write tests.

What already works

The following things are already implemented and work.

  • All the major views are build and ready to be connected to data from the AMIV api.

Developer Informations

To develope the app further, the following steps are necessary to get you started.

  • Download and install Xcode.
  • Clone Repo.
git clone https://gitlab.ethz.ch/amiv/amiv-app-ios.git
  • Go to the downloaded folder and open Amiv.xcodeproj.
  • Create a new branch and start working.