2.6 KiB
2.6 KiB
Introduction
The demo walkthrough and the accompanying video shows a story where we have the following steps
- We install a core Beckn network using Beckn ONIX
- We try to conduct a retail transaction, but it fails due to layer 2 config not being present
- We install the layer 2 config for retail from and successfully complete a retail transaction
- We try to perform a query to find charging station nearby (energy transaction), but it fails due to the layer 2 for energy being absent
- We install the layer 2 config for energy
- Now the energy transaction completes.
In this document we list a few other demo stories where we can show a similar flow but with different domains. The steps are identical, but the story changes to involve different domains.
Healthcare + Mobility
Alice wants to book a wellness center appointment and then book a cab to reach the clinic.
- We install a core Beckn network using Beckn ONIX
- Alice tries to conduct a healthcare booking, but it fails due to layer 2 config not being present
- We install the layer 2 config for healthcare and successfully complete a healthcare appointment booking
- She tries to book a cab to reach the clinic, but it fails due to the layer 2 for mobility not being present
- We install the layer 2 config for mobility
- Now Alice can book a cab and reach the clinic.
Mobility + Retail
Bob wants to book a cab back home. He wants to buy groceries so he can pick it up on the way
- We install a core Beckn network using Beckn ONIX
- Bob tries to book a cab, but it fails due to layer 2 config not being present
- We install the layer 2 config for mobility and successfully complete the booking
- He now wants to buy groceries from a shop on the way, but it fails due to the layer 2 for retail not being present
- We install the layer 2 config for retail
- Now Bob can complete the retail order and pick it up on the way home
Healthcare + Energy + Retail
Cindy wants to schedule a wellness clinic visit, find charging stations near the clinic to get her bike charged while she is attending her appointment
- We install a core Beckn network using Beckn ONIX
- Cindy tries to book a wellness clinic appointment. It fails due to healthcare layer 2 being missing
- We install the layer 2 config for healthcare and Cindy can successfully book the appointment
- Now she wants to find charging stations near the clinic, but it fails as energy layer 2 config is absent.
- We install the layer 2 config for energy
- Now Cindy can find charging stations near the clinic where she can drop the bike and have it charged while finishing her appointment