Changes between Version 2 and Version 3 of ManageVehicleUseCase


Ignore:
Timestamp:
01/09/25 15:09:12 (6 days ago)
Author:
222077
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ManageVehicleUseCase

    v2 v3  
    44== Steps ==
    55 1. The transport organizer logs into the system.
    6  2. The transport organizer selects the ‘Our Routes’ tab.
    7  3. The transport organizer clicks on the ‘Add Trip’ button.
    8  4. The transport organizer fills out a form with the following details:
    9     * Time for the trip.
    10     * Stop locations along the route, including estimated time of arrival (ETA) for each stop.
    11  5. The transport organizer submits the form.
    12  6. The transport organizer is redirected to the route page.
     6 2. The transport organizer selects the ‘Our Vehicles’ tab.
     7 3. The transport organizer performs one of the following actions:
     8    * Selects the ‘Register a Vehicle’ button.
     9    * Selects an existing vehicle to edit.
     10    * Deletes an existing vehicle.
     11 4. If the transport organizer chooses to register or edit a vehicle:
     12    * The system displays a form where they need to input vehicle information, such as:
     13      - Brand.
     14      - Model.
     15      - Plate number.
     16      - Capacity.
     17      - Year of manufacture.
     18      - Type.
     19    * The transport organizer submits the form and is redirected to their vehicles.
     20 5. If the transport organizer deletes an existing vehicle:
     21    * The selected vehicle is removed from the system.