tunapanda / funzo-app

Cordova app running ember and h5p
2 stars 3 forks source link

Location recording #105

Closed usernamenumber closed 7 years ago

usernamenumber commented 7 years ago

xapi records should include enough location data to differentiate between "at school" / "not at school", but ideally as coarse an identifier as possible within those bounds so as to preserve privacy.

Looking at using this plugin for it: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-geolocation/

usernamenumber commented 7 years ago

Useful reference for lat/long precision: http://gis.stackexchange.com/questions/8650/measuring-accuracy-of-latitude-and-longitude

usernamenumber commented 7 years ago

Created branch gps in the certell-elibrary branch for code.

Location data is being recorded, but for some reason no registering with the LRS. :(

usernamenumber commented 7 years ago

First attempt to deal with this PR'd as #106

usernamenumber commented 7 years ago

This is mostly working, though one bug remains. Closing this in favor of the bug-specific #117