Skip to content

Commit

Permalink
Merge pull request #70 from connectedcars/integration-images
Browse files Browse the repository at this point in the history
Adds more diagrams to integration docs
  • Loading branch information
mex committed Aug 17, 2023
2 parents 6fd63fd + b0aab83 commit d90027c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
Binary file added integrations/booking-autofill-flow-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified integrations/booking-autofill-variables-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions integrations/booking-autofill.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ By autofilling the form for online service booking, the customer can get through

This integration will take care of populating the form with the customer's information by injecting the data in the link, normally using query parameters.

_Sequence diagram_
![Sequence diagram](./booking-autofill-sequence-diagram.png)

## Adding support for receiving the data in the booking links
Make sure your existing online service booking form accepts customer data included in the URL query parameters (query string/component). All of the query parameters should be considered optional and the customer should therefore be able to fill in the information like before if it can not be prefilled.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions integrations/ownership-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The endpoint should be available via HTTPS and can require authentication via a

Once the endpoint is ready, provide Connected Cars with the details. Connected Cars will then implement the automatic removal of vehicle access based on the provided endpoint.

_Sequence diagram_
![Sequence diagram](./ownership-change-sequence-diagram.png)

## Field descriptions
| Key | Type | Example | Notes |
|:---------------|:---------------------------------------------|:---------------------------|:---------|
Expand Down
Binary file added integrations/vehicle-lookup-flow-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions integrations/vehicle-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The endpoint should be available via HTTPS and can require authentication via a

Once the endpoint is ready, provide Connected Cars with the details. Connected Cars will then implement the prefill based on the provided endpoint.

_Flow diagram_
![Flow diagram](./vehicle-lookup-flow-diagram.png)

_Sequence diagram_
![Sequence diagram](./vehicle-lookup-sequence-diagram.png)

Expand Down

0 comments on commit d90027c

Please sign in to comment.