Skip to content

Commit 7302c3b

Browse files
committed
Add journey images
1 parent 0764034 commit 7302c3b

3 files changed

Lines changed: 11 additions & 42 deletions

File tree

modes/car-share.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,11 @@ _See more available trip and fare attributes for any mode used in the [trips obj
4242

4343
The `journey_id` field shall have a consistent value in overlapping trips for a single reservation period, e.g. trips taken by a customer between ignition states over the duration of their reservation. A reservation is the duration the customer has continuous exclusive access to the vehicle whether parked or in motion. Journeys may be point-to-point or multi-segment.
4444

45-
Example 1: customer makes a reservation and company delivers vehicle to customer, then one trip point-to-point by customer, ending reservation at destination
46-
```
47-
<- Journey ->
48-
<- Trip: reservation -><- Trip: private ->
49-
```
50-
51-
Example 2: Customer reservation for multiple days with trips for errands, gas, entertainment, etc
52-
```
53-
<- Journey ->
54-
<- Trip: private -><- Trip: private -><- Trip: private -><- Trip: private -><- Trip: private ->
55-
```
56-
57-
Example 3: one trip point-to-point with an employee moving the vehicle to a new location for maintenance
58-
```
59-
<- Journey ->
60-
<- Trip: empty ->
61-
```
45+
- **Example 1**: customer makes a reservation and company delivers vehicle to customer, then one trip point-to-point by customer, ending reservation at destination
46+
- **Example 2**: Customer reservation for multiple days with trips for errands, gas, entertainment, etc
47+
- **Example 3**: one trip point-to-point with an employee moving the vehicle to a new location for maintenance
48+
49+
![Journey Diagram](https://i.imgur.com/FHxQLps.png)
6250

6351
[Top][toc]
6452

modes/delivery-robots.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,17 @@ _See more available trip and fare attributes for any mode used in the [trips obj
4646

4747
The `journey_id` field shall have a consistent value in overlapping trips. Journeys may be point-to-point, multi-segment, or multi-segment overlapping.
4848

49-
Example 1: delivery to a single location, then return
50-
```
51-
<- Journey ->
52-
<- Trip: delivery -><- Trip: return ->
53-
```
49+
- **Example 1**: delivery to a single location, then return
50+
- **Example 2**: three overlapping delivery trips in the same journey
5451

55-
Example 2: three overlapping delivery trips in the same journey
56-
```
57-
<- Journey ->
58-
<- Trip: delivery ->
59-
<- Trip: delivery ->
60-
<- Trip: delivery -><- Trip: return ->
61-
```
52+
![Journey Diagram](https://i.imgur.com/Mx8jVQq.png)
6253

6354
[Top][toc]
6455

6556
### Journey Attributes
6657

6758
The `journey_attributes` array is not used in this mode.
6859

69-
- ...
7060

7161
[Top][toc]
7262

modes/passenger-services.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,10 @@ _See more available trip and fare attributes for any mode used in the [trips obj
4646

4747
The `journey_id` field shall have a consistent value in overlapping trips, e.g. "pooled" or "shared" rides with different start and/or end locations. Journeys may be point-to-point, multi-segment, or multi-segment overlapping.
4848

49-
Example 1: one private trip with reservation, then return to depot
50-
```
51-
<- Journey ->
52-
<- Trip: reservation -><- Trip: private -><- Trip: empty ->
53-
```
49+
- **Example 1**: one private trip with reservation, then return to depot
50+
- **Example 2**: three shared trips, some overlapping
5451

55-
Example 2: three shared trips, some overlapping
56-
```
57-
<- Journey ->
58-
<- Trip: reservation -><- Trip: shared ->
59-
<- Trip: reservation -><- Trip: shared ->
60-
<- Trip: reservation -><- Trip: shared ->
61-
```
52+
![Journey Diagram](https://i.imgur.com/ciNnDKC.png)
6253

6354
[Top][toc]
6455

0 commit comments

Comments
 (0)