Skip to content

Commit

Permalink
Merge pull request #8 from beckn/release-v0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
Ravi Prakash authored Sep 25, 2023
2 parents c10d41c + 92cc399 commit 465f761
Show file tree
Hide file tree
Showing 41 changed files with 9,279 additions and 2 deletions.
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.git
175 changes: 175 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

48 changes: 46 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,46 @@
# online-dispute-resolution
Adaptation of beckn protocol for online dispute resolution
# Online Dispute Resolution Protocol

## Introduction

**Online Dispute Resolution (ODR)** is a mechanism to resolve disputes through the use of electronic communication technology. It often uses alternative dispute resolution (ADR) tools such as mediation, arbitration and negotiation. This mechanism not only provides citizens access to efficient and effective dispute resolution mechanisms, it also supports the formal court system by reducing the number of disputes that go to court, in turn helping address pendency in courts.

ODR is a wide field. The application of ODR is not limited to disputes arising out of business to consumer (B2C) online transactions, although it seems to be particularly apt for these disputes, since it is logical to use the same medium (the internet) for the resolution of e-commerce disputes when parties are frequently located far from one another. It is believed that efficient mechanisms to resolve online disputes will impact in the development of e-commerce. However, it may be applied to a range of disputes; from interpersonal disputes including consumer to consumer disputes (C2C) or marital separation; to court disputes and even interstate conflicts.

The **Online Dispute Resolution Protocol** is an adaptation of [beckn protocol](https://github.com/beckn/protocol-specifications) that aims to unify various online dispute resolution services by implementing an interoperable API specification.

## Release History

| Version | Release Date | Adaptation to Core Spec Version | Authors |
| :-----: | -------------------- | ------------------------------- | ------------ |
| 0.1.0 | 24th September, 2023 | 1.1.0 | Ravi Prakash |

## Working Group Members

| Name | Role | Github Username |
| --------------------------- | -----------------------------------------| -------------------|
| Ravi Prakash | Maintainer, Protocol Architect | @ravi-prakash-v |
| Pramod Varma | Maintainer, Reviewer | @pramodkvarma |
| Keerthana Medarametla | Subject Matter Expert | @kee1912 |
| Smrithi Sundararajan | Subject Matter Expert | @simi-sundararajan |
| Aishwarya Dixit | Subject Matter Expert | |
| Dr. Sravani Reddy Kuncharam | Subject Matter Expert | |
| Rajeesh Menon | Volunteer, Global Ecosystem Enablement | |

## Implementing the specification

To understanding how to implement the specification click [here](./docs)

## Acknowledgements

The author(s) of this specification would like to thank the following volunteers for their contribution to the development of this specification

### Version 0.1.0

- Keerthana Medarametla - Agami
- Smrithi Sundararajan - Agami
- Aishwarya Dixit - Deloitte
- Dr. Sravani Reddy Kuncharam - Deloitte

## References
1. https://odr.info
2. https://en.wikipedia.org/wiki/Online_dispute_resolution
1 change: 1 addition & 0 deletions api/core
Submodule core added at 372a9f
Loading

0 comments on commit 465f761

Please sign in to comment.