-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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 measurements endpoint.
We could either build the request out of the DataPacket list at upload time, or maybe build up the request body as each measurement is recorded. The former would be a easier to implement.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers