Changes between Version 2 and Version 3 of SearchRoutesUseCase
- Timestamp:
- 01/12/25 21:44:03 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SearchRoutesUseCase
v2 v3 10 10 * The user may click on a route and view upcoming trips for that route. 11 11 1.2. If no routes match the search criteria, the user is notified accordingly. 12 12 13 {{{#!sql 13 14 SELECT r.route_id, l1.name AS from_location, l2.name AS to_location, tr.company_name AS organizer_name