Changes between Version 3 and Version 4 of UseCaseImplementation


Ignore:
Timestamp:
02/17/25 11:42:57 (5 days ago)
Author:
222077
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCaseImplementation

    v3 v4  
    1717The request is handled by `UserRouteController`, which interacts with `RouteService` to retrieve the relevant data.
    1818
     19Here is an example of a search query:
     20-`/search-routes?from=sk&to=ohrid`
     21
    1922==== Controller Details: 
    2023- **URL Mapping:** `/search-routes` 
     
    3134- The retrieved data is added to the `Model`, ensuring the front-end can render the appropriate content.
    3235
     36==== Result of `/search-routes?from=sk&to=ohrid`
     37===
     38[[Image(search-routes-filter.png, 100%)]]
    3339
     40
     41