You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objective:
The goal of this task is to create API endpoints that return:
The parking with the most free spots.
A list of all parking that have available spots.
Scope:
Implementation:
Implement endpoits for retrieving information about the parking with the most free spots and a list of all parking that have available spots.
Introduce a logging mechanism (using SLF4J annotation)
Log key events, such as API requests, responses, errors, and warnings.
Ensure logs include enough detail to trace issues without exposing sensitive information.
Testing:
Write unit tests to thoroughly cover the functionality of the solution
Documentation:
Create Swagger documentation for implemented endpoints.
Expected Outcome:
User is able to retrieve the parking with the most free spots and a list of all parking that have available spots
Unit tests ensure the correctness and reliability of the endpoints, covering different scenarios.
Swagger documentation is available for all implemented endpoints, providing clear descriptions of input parameters, response formats, and possible errors.
The text was updated successfully, but these errors were encountered:
Kawaban
changed the title
mplement API Endpoints to Return Parking with Most Free Spots and All Parking with Free Spots
Implement API Endpoints to Return Parking with Most Free Spots and All Parking with Free Spots
Nov 17, 2024
Objective:
The goal of this task is to create API endpoints that return:
Scope:
Expected Outcome:
The text was updated successfully, but these errors were encountered: