Changes between Version 3 and Version 4 of UseCaseImplementation
- Timestamp:
- 02/17/25 11:42:57 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCaseImplementation
v3 v4 17 17 The request is handled by `UserRouteController`, which interacts with `RouteService` to retrieve the relevant data. 18 18 19 Here is an example of a search query: 20 -`/search-routes?from=sk&to=ohrid` 21 19 22 ==== Controller Details: 20 23 - **URL Mapping:** `/search-routes` … … 31 34 - The retrieved data is added to the `Model`, ensuring the front-end can render the appropriate content. 32 35 36 ==== Result of `/search-routes?from=sk&to=ohrid` 37 === 38 [[Image(search-routes-filter.png, 100%)]] 33 39 40 41