Resolve VSN-2331 "Feature/add endpoints for circuit summary and trip routes"
- Create lightweight DTOs (CircuitPassengerCountDTO, TripMapListDTO, TripPointMapDTO).
- Add
/summary-passengersendpoint to retrieve the list of circuits with the passenger count. - Add
/trip/map-list/{circuitId}endpoint to provide trip coordinates and routes to the map. - Implement data retrieval logic in PreparedCircuitServiceImpl and PreparedTripServiceImpl.
Closes VSN-2331