Jannik 2019-10-06 12:19:36 +02:00
parent 6edb55c113
commit af2039c942
1 changed files with 11 additions and 0 deletions

11
Home.md

@ -4,4 +4,15 @@ ProjectLaogai is a in kotlin writen android app for the HS Offenburg which uses
## Information
When you start the app you'll see the homescreen. It shows todays mensa menu and timetable, if it's later than 15.00 it will show the mensa menu of tomorrow. In the main menu on the left you can access a detailed week overview abou all mensa meals, as well as the timetable for the next 6 days.
## FAQ
In this section you can find some information about the app and how it works. Additionally it contains information on which data the app transmits and why they are needed.
### How does the Mensa card reader work?
To activate the card reader just hold youre Mensa card against your smartphone, if the app is alreay running it'll show the current balance in a dialog. If the app is not running, a selection dialog will show, just select the Project Laogai in there.
### Currently there is no data transmission implemented, this will be a future change!
### Which data will be transmitted?
~~In addition to the connection data transmitted by the HTTPS protocol, this app transmits some basic information about itself and some information about your smartphone. Currently these are the installed app version and the Android version of your smartphone. These data do not in any way provide any conclusion to the user as there are no identifiable data among them.~~
### Why are these data being transmitted?
~~We need the app version because some versions of the app still use outdated functions of the tcor API. We need make sure they are supported long enough, as some of you may still use these older version of the app. The Android version is needed to decide which features can be offered in the app, as some are only available in later versions of Android. We try to make sure that the app is accessible to as many users as possible while supporting advanced features of Android.~~