The idea is to have all social features and helper/admin tools in one app.
The app uses the AMIV api as its backend. Please also see the Android version as a reference, as this is currently being ported from the Android version.
Current Maintainer for Questions: [email protected]
amiv App - Android
amiv API, Docs, User Guide
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.
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.
To develop 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.
- Stay organised and comment your code so it can be maintained