Changes between Version 6 and Version 7 of UseCaseImplementation


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCaseImplementation

    v6 v7  
    1010
    1111=== ID 1 - Search Routes
    12 [[Image(search-routes.png, 100%)]]
    13 
    14 ===
    1512The `/search-routes` endpoint provides users with the ability to search for available transport routes from different organizers.
    1613It supports both **viewing all routes** by default and **filtering routes** based on user input (departure and arrival locations).
     
    3431- The retrieved data is added to the `Model`, ensuring the front-end can render the appropriate content.
    3532
     33===
     34==== Result of `/search-routes`
     35[[Image(search-routes.png, 100%)]]
     36===
     37
    3638==== Result of `/search-routes?from=sk&to=ohrid`
    3739[[Image(search-routes-filter.png, 100%)]]
     40
    3841===
    3942