Skip to content
Snippets Groups Projects
Commit 83b53836 authored by Maximilian Betz's avatar Maximilian Betz
Browse files

started adding a documentation howto

parent 599b64ed
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,6 @@ a-z , A-Z , _ , 0-9 , ,(Comma) , ( , ) , + , - , . , :
Elevation: any numer
## TODOs
- FlutterSecureStorage for user password?
documentation/01_Sensor_Device.JPG

104 KiB

documentation/02_Sensor_Device_Contact.JPG

75.1 KiB

documentation/03_MEL_Overview.JPG

34.1 KiB

documentation/04_Configuration_01.JPG

34.5 KiB

documentation/04_Configuration_02.JPG

40.4 KiB

# MobileEventLog - How to Use
This demonstrates how to use the mobile event log.
## Prerequisites (Sensor Device and Contact)
A device which is added to a collection.
![Sensor Account](01_Sensor_Device.JPG)
Editor rights for the device. Only editors are allowed to post actions / events.
![Editor rights](02_Sensor_Device_Contact.JPG)
## Initial Configuration
App overview
![App Overview](03_MEL_Overview.JPG)
Enter account details on configuration view
![App Overview](04_Configuration_01.JPG)
Click on "Set". The following confirmation message indicates that the setup is completed.
![App Overview](04_Configuration_02.JPG)
## Adding Events
##Viewing Events
......@@ -526,3 +526,5 @@ class _AddEventPageState extends State<AddEvent> {
}
}
}
//TODO: The app shall prefill the label with a configurable prefix and optionally a running number. E.g. prefix: (PS122.3-4_) running number: 1 label = PS122.3-4_1
\ No newline at end of file
......@@ -93,4 +93,4 @@ class Overview extends StatelessWidget {
}
}
//TODO: displaying commit hash does not work in build APK.
\ No newline at end of file
//TODO: Display sensor path in information view.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment