Changes between Initial Version and Version 1 of SearchRoutesUseCase


Ignore:
Timestamp:
01/09/25 14:35:43 (3 weeks ago)
Author:
222077
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SearchRoutesUseCase

    v1 v1  
     1== Actors ==
     2 * **Everyone**
     3
     4== Steps ==
     5 1. (Optional) The user logs into the system.
     6 2. The user selects the ‘From destination’ input and chooses a location.
     7 3. The user selects the ‘To destination’ input and chooses a location.
     8 4. The user clicks on the ‘Search’ button.
     9    1.1. If routes matching the search criteria exist, they are displayed and can be reviewed.
     10        * The user may click on a route and view upcoming trips for that route.
     11    1.2. If no routes match the search criteria, the user is notified accordingly.