Use standard nomenclature for Beckn-ONIX

This commit is contained in:
Venkatesh Babu
2024-04-02 11:17:51 +05:30
parent 6af56e819e
commit 794e8ce241
11 changed files with 113 additions and 106 deletions

View File

@@ -2,7 +2,7 @@
The [demo walkthrough](../docs/demo_walkthrough.md) and the accompanying video shows a story where we have the following steps
1. We install a core Beckn network using Beckn ONIX
1. We install a core Beckn network using Beckn-ONIX
2. We try to conduct a retail transaction, but it fails due to layer 2 config not being present
3. We install the layer 2 config for retail from and successfully complete a retail transaction
4. 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
@@ -15,7 +15,7 @@ In this document we list a few other demo stories where we can show a similar fl
Alice wants to book a wellness center appointment and then book a cab to reach the clinic.
1. We install a core Beckn network using Beckn ONIX
1. We install a core Beckn network using Beckn-ONIX
2. Alice tries to conduct a healthcare booking, but it fails due to layer 2 config not being present
3. We install the layer 2 config for healthcare `https://raw.githubusercontent.com/beckn/beckn-onix/main/layer2/samples/dhp_1.1.0.yaml` and successfully complete a healthcare appointment booking
4. She tries to book a cab to reach the clinic, but it fails due to the layer 2 for mobility not being present
@@ -26,7 +26,7 @@ Alice wants to book a wellness center appointment and then book a cab to reach t
Bob wants to book a cab back home. He wants to buy groceries so he can pick it up on the way
1. We install a core Beckn network using Beckn ONIX
1. We install a core Beckn network using Beckn-ONIX
2. Bob tries to book a cab, but it fails due to layer 2 config not being present
3. We install the layer 2 config for mobility `https://raw.githubusercontent.com/beckn/beckn-onix/main/layer2/samples/mobility_1.1.0.yaml` and successfully complete the booking
4. 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
@@ -37,7 +37,7 @@ Bob wants to book a cab back home. He wants to buy groceries so he can pick it u
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
1. We install a core Beckn network using Beckn ONIX
1. We install a core Beckn network using Beckn-ONIX
2. Cindy tries to book a wellness clinic appointment. It fails due to healthcare layer 2 being missing
3. We install the layer 2 config for healthcare `https://raw.githubusercontent.com/beckn/beckn-onix/main/layer2/samples/dhp_1.1.0.yaml` and Cindy can successfully book the appointment
4. Now she wants to find charging stations near the clinic, but it fails as energy layer 2 config is absent.