Skip to content
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
72f1d36
adding enum definitions
rajaneeshk90 Jan 17, 2024
c668e53
adding new enums in the spec
rajaneeshk90 Jan 17, 2024
3b0e890
adding enum for fulfillment.state.descriptor.code
rajaneeshk90 Jan 17, 2024
9ce3d70
adding example jsons
rajaneeshk90 Jan 17, 2024
1f40949
adding reference to the core spec
rajaneeshk90 Jan 18, 2024
f7774ef
removing old core reference
rajaneeshk90 Jan 18, 2024
857d11f
added a reference to core 1.1.0
rajaneeshk90 Jan 18, 2024
9503b86
sanitizing the enums
rajaneeshk90 Jan 18, 2024
a01c213
adding NP-Logs and docs folders
rajaneeshk90 Jan 18, 2024
c941d2d
transforming example jsons to version 1.1.0
rajaneeshk90 Jan 18, 2024
0d591ec
adding content of implementation guide
rajaneeshk90 Jan 18, 2024
16574b2
making spec chnages in yaml
rajaneeshk90 Jan 19, 2024
478d7a3
changing quantity params in item
rajaneeshk90 Jan 19, 2024
44a18b7
adding pickup time in fulfillment
rajaneeshk90 Jan 19, 2024
e7b6ee8
adding example jsons in implementation guide
rajaneeshk90 Jan 22, 2024
ba23ec5
adding get-rating-categories and rating categories examples
rajaneeshk90 Jan 23, 2024
edf6278
adding docs in the Logistics specification
rajaneeshk90 Mar 6, 2024
9e07ed8
fixing typos in docs
rajaneeshk90 Mar 6, 2024
7aaa950
Adding a descriotion of the search flow in the implementation guide
rajaneeshk90 Mar 6, 2024
e217926
Small tweaks in the implementation guide language
rajaneeshk90 Apr 10, 2024
4bd62f0
Fixing issues with the example JSONs
rajaneeshk90 Apr 10, 2024
0ed4c63
adding updated example jsons in the implementation guide
rajaneeshk90 Apr 11, 2024
b022cfe
Adding the example workflows for service discovery, service initialis…
rajaneeshk90 Apr 11, 2024
f751d6e
adding layer2 config
rajaneeshk90 May 30, 2024
586ef38
fix: quantity object
rajaneeshk90 Apr 3, 2025
28a2704
updating the example jsons with more details
rajaneeshk90 Apr 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "api/core"]
path = api/core
url = https://github.com/beckn/protocol-specifications
21 changes: 21 additions & 0 deletions NP-Logs/Logs-Upload-Instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Instructions for Network Participants to Upload Their Logs

1. **Navigate to the NP Logs Folder:**
- Open the file explorer or command line interface.
- Locate and navigate to the designated NP Logs Folder on the shared network drive or platform.

2. **Create a New Folder with Your Name:**
- Within the NP Logs Folder, create a new folder with your name (NP Name).
- Use this folder to organize and store your logs securely.

3. **Upload All Logs into Respective Subfolders:**
- Inside your named folder, create subfolders such as 'search,' 'select,' 'init,' 'confirm,' etc.
- Upload the corresponding logs into their respective subfolders.
- Ensure that all logs are organized according to their specific categories.

4. **Create a Pull Request (PR) with the Draft Branch:**
- After successfully uploading your logs, navigate to the version control system or platform used by the project.
- Commit the changes made to your forked repository and create a Pull Request (PR) for your changes with the `draft` branch, providing a clear description of the updates and logs added.
- Assign relevant reviewers and wait for approval before merging the changes into the main branch.

By following these instructions, you will contribute to maintaining an organized and traceable log system for the network participants.
1 change: 1 addition & 0 deletions api/core
Submodule core added at 847976
4 changes: 4 additions & 0 deletions api/enums/Ack-Status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"ACK",
"NACK"
]
4 changes: 4 additions & 0 deletions api/enums/Cancellation-Cancelled_By.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"CONSUMER",
"PROVIDER"
]
5 changes: 5 additions & 0 deletions api/enums/Descriptor-Additional_desc-Content_type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"text/plain",
"text/html",
"application/json"
]
7 changes: 7 additions & 0 deletions api/enums/Error-Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
"CONTEXT-ERROR",
"CORE-ERROR",
"DOMAIN-ERROR",
"POLICY-ERROR",
"JSON_SCHEMA-ERROR"
]
4 changes: 4 additions & 0 deletions api/enums/Form-Mime_Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"text/html",
"application/xml"
]
5 changes: 5 additions & 0 deletions api/enums/Fulfillment-Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"Home-Delivery",
"Store-Pickup",
"Store-Pickup-And-Home-Delivery"
]
11 changes: 11 additions & 0 deletions api/enums/FulfillmentDescriptor-Code.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
"Pending-Fulfillment",
"Packing",
"Picking",
"Shipped",
"Out-for-Delivery",
"Delivered",
"Failed-Fulfillment",
"Canceled",
"Returned"
]
8 changes: 8 additions & 0 deletions api/enums/Image-Size_Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
"xs",
"sm",
"md",
"lg",
"xl",
"custom"
]
8 changes: 8 additions & 0 deletions api/enums/Order-Status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
"Initiated",
"Acknowledged",
"Packed",
"Shipped",
"Delivered",
"Cancelled"
]
4 changes: 4 additions & 0 deletions api/enums/Order-Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"DRAFT",
"DEFAULT"
]
4 changes: 4 additions & 0 deletions api/enums/Payment-Collected_by.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"BAP",
"BPP"
]
4 changes: 4 additions & 0 deletions api/enums/Payment-Status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"PAID",
"NOT-PAID"
]
6 changes: 6 additions & 0 deletions api/enums/Payment-Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
"On-Order",
"Pre-Fulfillment",
"On-Fulfillment",
"Post-Fulfillment"
]
6 changes: 6 additions & 0 deletions api/enums/Quotation-Breakup-Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
"Item",
"Offer",
"Add-on",
"Fulfillment"
]
8 changes: 8 additions & 0 deletions api/enums/Rating-Rating_Category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
"Item",
"Order",
"Provider",
"Fulfillment",
"Agent",
"Support"
]
5 changes: 5 additions & 0 deletions api/enums/Region-Dimention.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"1",
"2",
"3"
]
4 changes: 4 additions & 0 deletions api/enums/Scalar-Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"CONSTANT",
"VARIABLE"
]
5 changes: 5 additions & 0 deletions api/enums/Support-Type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
"order",
"billing",
"fulfillment"
]
4 changes: 4 additions & 0 deletions api/enums/Tracking-Status.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"ACTIVE",
"INACTIVE"
]
Loading