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

πŸš€ Feature: create API for searching available parking spots #87

Open
3 of 4 tasks
xamdoo opened this issue Jul 26, 2024 · 0 comments
Open
3 of 4 tasks

πŸš€ Feature: create API for searching available parking spots #87

xamdoo opened this issue Jul 26, 2024 · 0 comments
Assignees
Labels
πŸš€ new feature New feature or request

Comments

@xamdoo
Copy link
Contributor

xamdoo commented Jul 26, 2024

βœ’οΈ What is your desired feature?

Backend functionality to support searching for available parking spots. This includes creating an API endpoint that takes input (e.g., location) and returns a list of available parking spots.

❔ Why is this feature needed?

it provides the necessary backend support for the search functionality, enabling the application to query the database and return relevant results based on user input.

πŸ† How do you aim to achieve this?

I want this feature to:

  • Set up a new API endpoint
  • Implement the controller function to handle search requests and query the database.
  • Format the query results and send them back to the frontend as a response.
  • Handle possible errors and edge cases, such as no spots found or invalid input.

πŸ”„ Alternative solutions

No response

πŸ” Have you checked to see if this feature has been requested before?

  • I checked and didn't find a similar request

Tasks to Implement the Parking Search API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
πŸš€ new feature New feature or request
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants