Changes between Version 6 and Version 7 of UseCaseImplementation
- Timestamp:
- 02/17/25 11:45:47 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCaseImplementation
v6 v7 10 10 11 11 === ID 1 - Search Routes 12 [[Image(search-routes.png, 100%)]]13 14 ===15 12 The `/search-routes` endpoint provides users with the ability to search for available transport routes from different organizers. 16 13 It supports both **viewing all routes** by default and **filtering routes** based on user input (departure and arrival locations). … … 34 31 - The retrieved data is added to the `Model`, ensuring the front-end can render the appropriate content. 35 32 33 === 34 ==== Result of `/search-routes` 35 [[Image(search-routes.png, 100%)]] 36 === 37 36 38 ==== Result of `/search-routes?from=sk&to=ohrid` 37 39 [[Image(search-routes-filter.png, 100%)]] 40 38 41 === 39 42