issues
search
e-mission
/
e-mission-data-collection
Repository for our own data collection
BSD 3-Clause "New" or "Revised" License
4
stars
19
forks
source link
Clean up storage of the sensor data read from the phone
#48
Closed
shankari
closed
9 years ago
shankari
commented
9 years ago
Change the sensor data to have type
sensor-data
instead of
message
. To be consistent with our design guidelines.
We also get to separate out the read-only parts from the read-write parts of our progressive system.
sensor-data
instead ofmessage
. To be consistent with our design guidelines.