Combine startTracking
and startSelfTracking
methods
#17
jothipriyadharshanr
started this conversation in
Ideas
Replies: 1 comment
-
Resolved in #26 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
startSelfTracking()
does not need user sessions which are basically created usingcreateUser()
orgetUser()
methods.publishSave()
methods are being called, they will throw an error.createUser()
orgetUser()
methods, we have usestartTracking()
instead ofstartSelfTracking()
.Proposed
startTracking()
andstartSelfTracking()
into a single method and name it asstartTracking()
createUser()
orgetUser()
not being called, the location update works locally and behaves similar tostartSelfTracking()
createUser()
orgetUser()
methods andstartTracking()
will still continue to update locations locally unless until thepublishSave()
orpublishOnly()
methods are calledstopTracking()
andstopSelfTracking()
into a single method and name it asstopTracking()
Beta Was this translation helpful? Give feedback.
All reactions