Skip to content

Add EV mapping guide document#216

Open
codealisha99 wants to merge 1 commit intobeckn:mainfrom
codealisha99:ev-mapping-doc
Open

Add EV mapping guide document#216
codealisha99 wants to merge 1 commit intobeckn:mainfrom
codealisha99:ev-mapping-doc

Conversation

@codealisha99
Copy link
Copy Markdown

EV Charging Mapping Document: v2-rc → Beckn v2

** Description
This PR introduces a developer-friendly mapping document to help Network Participants (NPs) migrate EV charging implementations from v2-rc to Beckn v2.

Table of Contents

  1. Overview
  2. Who is this for?
  3. Context
  4. Key Changes
  5. Field Mapping
    • A. Context Mapping
    • B. Vehicle Details
    • C. Charging Details
    • D. Location & Station Details
  6. Example Transformation
  7. Migration Steps
  8. Deprecated / Removed Fields
  9. Notes & Edge Cases

Closes #213

"beckn:id": "charger-01",
"beckn:descriptor": { "schema:name": "Fast Charger" },
"beckn:availableAt": [{
"geo": { "type": "Point", "coordinates": [77.5946, 12.9716] }
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @codealisha99 thanks for this.. unfortunately, this v2 payload seems to match v2-rc. The about to be released v2 (LTS) will change the payload yet again, but hopefully for long term stability. This ticket was meant to track ev charging migration to that beckn version.

Copy link
Copy Markdown
Collaborator

@ameetdesh ameetdesh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please hold off on this until v2 LTS lands and is merged in main. I am planning to work on it.

@codealisha99
Copy link
Copy Markdown
Author

okay @ameetdesh sir , once the v2 is final I will make the final changes.

I thank you for the guidance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a mapping document for EV charging from v2-rc to beckn v2.

2 participants