Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull current waypoint list from server #66

Open
shawnhanna opened this issue Jun 13, 2017 · 1 comment
Open

Pull current waypoint list from server #66

shawnhanna opened this issue Jun 13, 2017 · 1 comment

Comments

@shawnhanna
Copy link

Add an option to get current waypoint list from server (sort of a "load from boat" instead of "load from file")

I'd say this is one of my most desired features to have since we have a significant number of crashes at the moment

Use Case 1: App crashes, need to load the last points that we sent so we can see the path and make adjustments and see where the boat is going next
Use Case 2: Started making new set of waypoints, made a mistake, want to see the current path #65
Use Case 3: Made modifications to waypoints #63

@jjblum
Copy link
Contributor

jjblum commented Jun 13, 2017

This is a good idea. There is already a getWaypoints core lib function available. If we run this right when a boat connects, we could have the tablet display the waypoints it is running. Note that we need to use the version of the server that increments an index for the next waypoint and rather than calling startWaypoints() again but with only the remaining waypoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants