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

back to sandbox for development, updated readme

parent 2eb1b82d
No related branches found
No related tags found
No related merge requests found
...@@ -72,9 +72,9 @@ Text: #57827E ...@@ -72,9 +72,9 @@ Text: #57827E
## View & Events ## View & Events
- "All Events" "Pending Events" on first line above table. Alligned right. 50pix hight distance to table start. - "All Events" "Pending Events" on first line above table. Alligned right. 50pix hight distance to table start.
- Multiple lines for one event to reduce width. Alternative: Do not show all event details in table but show them in a separate widget on selection. This could also be the view to edit event details. - Multiple lines for one event to reduce width. Alternative: Do not show all event details in table but show them in a separate widget on selection. This could also be the view to edit event details.
- Edit mode. Select an event and open event in edit mode with all event details - Edit mode (only pending events). Select an event and open event in edit mode with all details, allow to remove event.
- Allow to remove pending events.
- Feedback "Success" to line above table and below top bar. - Feedback "Success" to line above table and below top bar.
- Show sync widget, show sync status, allow canceling of sync process
......
...@@ -5,8 +5,8 @@ import 'package:http/http.dart' as http; ...@@ -5,8 +5,8 @@ import 'package:http/http.dart' as http;
import 'datamodel.dart'; import 'datamodel.dart';
class SensorConnector { class SensorConnector {
//final String baseUrl = 'https://sandbox.sensor.awi.de/rest/'; final String baseUrl = 'https://sandbox.sensor.awi.de/rest/';
final String baseUrl = 'https://sensor.awi.de/rest/'; //final String baseUrl = 'https://sensor.awi.de/rest/';
final String loginUrl = 'sensors/contacts/login'; final String loginUrl = 'sensors/contacts/login';
final String collectionsUrl = 'sensors/collections/getAllCollections?pointInTime=2018-07-03T12%3A30%3A55.389Z'; final String collectionsUrl = 'sensors/collections/getAllCollections?pointInTime=2018-07-03T12%3A30%3A55.389Z';
final String eventTypesUrl = 'sensors/events/getAllEventTypes'; final String eventTypesUrl = 'sensors/events/getAllEventTypes';
......
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