Skip to content

alexsmartens/driver-location-challenge

Repository files navigation

Driver Location Challenge

Screenshot

alt text

About

This project is a submission for the Driver Location Challenge. The project provides a convenient way to visualize, store and update truck stops and the driver location.

The front end is implemented with React and the back end is implemented with Python and Flask. The front end is initialized with create-react-app and includes the following additional libraries:

The project has been designed and tested on a computer with Windows 10 x64, npm 6.4.1, python 3.7.2

Usage

Installation

git clone https://github.com/alexsmartens/driver-location-challenge.git
cd .\driver-location-challenge\
npm --prefix ./front-end install

Running on a local machine

from driver-location-challenge folder run:

  • for lunching the front end
npm --prefix ./front-end start
  • for lunching the back end (in a separate window)
cd .\back-end\
python .\service.py

By default, the back end runs on http://localhost:8080/. This can be changed here on the back end side and on the front end side

User instruction (following the challenge problem statement)

1.Retrieve the given list of stops and legs from server:

  • click on Get legs button located in the top row
  • click on Get stops button located in the top row

2.Stops are visualized automatically as soon as the stops data is received from the server

3.Retrieve the driver’s current position by clicking on Get driver location button located in the top row

4.The position of the driver is visualized automatically as soon as it is received from the server

5.The completed section of the leg where the driver is and completed legs are visualized automatically as soon as the stops and driver current location data is received

6.The form to change the driver’s current position:

  • percentage progress is specified with a slider in New Driver's Location section
  • active leg is selected via a dropdown menu in New Driver's Location section

7.The driver’s current position is updated when Put location in New Driver's Location section is clicked

8.The visualizations in #4 and #5 are refreshed to reflect the updates to the driver’s current position when the PUT response is received

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published