| 1 | == Actors == |
| 2 | * **Transport Organizer** |
| 3 | |
| 4 | == Steps == |
| 5 | 1. The transport organizer logs into the system. |
| 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. |