-
-
Notifications
You must be signed in to change notification settings - Fork 0
Bulk measurement upload #45
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.
The server API supports uploading multiple measurements in a single request. Right now we do one request per measurement, which obviously is not optimal.
See the API repo for docs on the
measurementsendpoint.We could either build the request out of the
DataPacketlist at upload time, or maybe build up the request body as each measurement is recorded. The former would be a easier to implement.