SAFESPACE22 / ParkingSWE

0 stars 0 forks source link

Garage Quick Display #19

Open melissa-ng opened 3 months ago

melissa-ng commented 3 months ago
SAFESPACE22 commented 2 months ago

Description: This feature branch focuses on developing a system to determine the total number of open parking spots in a parking garage and estimate the time it takes for users to reach the garage from their current location. Additionally, it includes a button that opens Google or Apple Maps navigation to guide users to the parking garage.

Requirements:

Access to real-time data on the number of open parking spots in the parking garage. Integration with location services to determine users' current location. Integration with Google or Apple Maps API for navigation functionality. Development environment with necessary libraries for data processing, location services, and map integration. Success Criteria:

Successfully retrieve real-time data on the total number of open parking spots in the parking garage. Calculate the estimated time for users to reach the parking garage from their current location. Implement a button that opens Google or Apple Maps navigation with the destination set to the parking garage. Provide accurate and reliable navigation guidance to the parking garage. Ensure seamless integration of the feature within the parking garage app interface. Considerations:

Ensure data accuracy and reliability for determining the total number of open parking spots. Use efficient algorithms to calculate the estimated time to destination based on real-time traffic conditions. Handle potential errors or interruptions in the navigation process gracefully. Provide clear instructions and user interface elements for users to initiate navigation to the parking garage. Test the feature thoroughly across different devices and environments to ensure optimal performance and user experience.