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

Drone Arrival Time Approximation #8

Open
3 tasks
mdunaevs opened this issue Jan 28, 2022 · 1 comment
Open
3 tasks

Drone Arrival Time Approximation #8

mdunaevs opened this issue Jan 28, 2022 · 1 comment
Labels
stretch Stretch goals after MVP implementation done

Comments

@mdunaevs
Copy link
Collaborator

mdunaevs commented Jan 28, 2022

Description: Users want to be aware of the approximate time it will take the drone to reach their location, along with real-time updates if any delays in the delivery occur.

Front-End:

  • Time display

Back-End:

  • Use maps API to approximate ETA
  • Update time display constantly

Estimated Time: 6 hrs - Need to implement real-time tracking with maps API to estimate time.

Non-MVP Reasoning: This might be out of scope for MVP, because we can instead calculate the approximate time and provide that information to the user. Doing real-time tracking could be the better version of this.

@mdunaevs
Copy link
Collaborator Author

Description: Users want to be aware of the approximate time it will take the drone to reach their location, along with real-time updates if any delays in the delivery occur.

Front-End:

  • Time display

Back-End:

  • Use maps API to approximate ETA
  • Update time display constantly

Estimated Time: 6 hrs - Need to implement real-time tracking with maps API to estimate time.

Non-MVP Reasoning: This might be out of scope for MVP, because we can instead calculate the approximate time and provide that information to the user. Doing real-time tracking could be the better version of this.

@mdunaevs mdunaevs added the stretch Stretch goals after MVP implementation done label Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stretch Stretch goals after MVP implementation done
Projects
None yet
Development

No branches or pull requests

1 participant