The task involves sending the car's start and end location to the backend using a GET request and displaying the returned data. The backend will provide a list of waypoints, which should be parsed and displayed in the front-end interface.
Acceptance Criteria:
The front-end should successfully send the car's start and end coordinates via a GET request to the backend.
The front-end must be able to handle and display the returned waypoint data provided by the backend.
Ensure the UI displays the data in a user-friendly manner.
Notes:
This task is focused on ensuring the basic communication between the front-end and the backend is functional.
The waypoint data returned from the backend will include locations, speed, and other information.
Description:
The task involves sending the car's start and end location to the backend using a GET request and displaying the returned data. The backend will provide a list of waypoints, which should be parsed and displayed in the front-end interface.
Acceptance Criteria:
Notes: