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

added Readme wishlist point

parent f8f87cac
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,10 @@ Text: #57827E
## Wishlist:
- Allow upload of pictures check interface how to upload with sensor.
- How to log events for a device which does not exist yet? Dummy device in app and assign befor upload?
- Collection im Feld auswähle, Collection - Arbeitsgruppenzugehörigkeit.
- URN Dropdown filter by character. ~500 Geräte Verankerungsgeräte. Mission Sub Subcollecction/ Submission z.B. Verankerung oder Eisarbeiten oder Bojen?
- unique labels are desired by PANGAEA. Is adding the MissionName as a prefix to label usfull?
......@@ -38,7 +38,7 @@ class _ViewEvents extends State<ViewEvents> {
startButtonText = 'Start';
closeButtonText = 'Close';
}
return WillPopScope(
onWillPop: () async => false,
child: AlertDialog(
......@@ -330,13 +330,13 @@ class _ViewEvents extends State<ViewEvents> {
icon: null,
label: const Text('Sync'),
onPressed: () {
//syncEvents();
syncEvents();
showDialog(
barrierDismissible: false,
context: context,
builder: (BuildContext context) => _buildSyncDialog(context),
);
//showDialog(
// barrierDismissible: false,
// context: context,
// builder: (BuildContext context) => _buildSyncDialog(context),
//);
},
......
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