Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The incomplete prototype app appears to have the following elements implemented: An implementation that allows a location address to be obtained from Nominatim. A basic
The incomplete prototype app appears to have the following elements implemented:
An implementation that allows a location address to be obtained from Nominatim.
A basic user interface for a vehicle owner to offer a rideshare, including the waiting address, start time, the time the vehicle will wait to collect passengers, and matches between the owner and passengers.
An implementation to send the offer to the API, cancel the offer, and retrieve matches.
The Guild would like you to add the following functionality to the app:
Allow a passenger to request a rideshare including where they wish to be picked up and time of travel.
Allow a passenger to cancel a rideshare request.
Allow a passenger or vehicle owner to set their location using GPS
Allow a passenger to see when they have been matched with a provider.
A passenger or vehicle owner to be able to register themselves with a user ID of their choice.
A passenger or vehicle owner should be informed if the API reports an error.
When implementing these, please keep the following in mind:
You need to complete the existing app rather than start from scratch.
The system is intended to be a prototype and has significant limitations
A backend API written in express.js has been provided, you will find it useful to inspect the API to understand how to implement the frontend.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started