Closed ktkarhu closed 9 years ago
I'm about to update server + client to support activity data:
New data packet that is sent to server looks like the following (taken from debug server setup receiving end): https://gist.github.com/jannesuo/ea9138af746a0e661f72
Data is now received in client but is not yet sent to server. Android defines integer values for each activity types. We should decide whether to send the data as integer and then 'translate' it in the server by using enumeration type of table or to send some kind of string representation (word) as activity data.
We should also consider linking one activity (latest) to each location point that is sent to server.