Ordertypes

table { border-collapse: collapse; border-spacing: 0; width: 100%; padding: 30px; border: 2px solid #ddd; } th, td { text-align: left; padding: 16px; font-family: Lato, sans-serif; color: black; } tr:nth-child(even) { background-color: #6EC1E4; } In SUTI we do not have ordertypes. Bu by the way orders are built, communicated and maintained it is relevant to talk about different ordertypes. Following can be distinguished:
| Description | Characteristics |
|---|---|
| Simple order | A taxi-order with a traveller company from a pickup node to a dropoff node |
| Shared transport | Building of a transport from different travellers with several pickups and dropoffs. Shared transports has two different types of implementations - order by order - driverSession |
| Node by node transport | Most often a shared transport but sucessively and dynamically build during transport |
| Flag-stop | Pick up at street, where order starts by Provider |
| Repetetive order | Order that reoccurs by a schedule (e.g. school-transports) |
