Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance the protocol server to accommodate the changes related to context schema #177

Open
8 tasks
emmayank opened this issue Oct 24, 2024 · 1 comment
Open
8 tasks
Assignees
Labels
enhancement New feature or request

Comments

@emmayank
Copy link

emmayank commented Oct 24, 2024

Description

Modify the protocol server to include a verified flag within the context object. This enhancement instructs the Beckn gateway to broadcast search requests only to verified BPPs, adding an extra layer of filtering for search broadcasts based on verification status.

Goals

  • Add a verified flag within the context object in the protocol server schema.
  • Configure the verified flag to instruct the Beckn gateway to broadcast search requests exclusively to verified BPPs.
  • Ensure backward compatibility for the protocol server with this change.
  • Conduct testing to confirm that the verified flag functions as intended, effectively filtering broadcasts to verified BPPs only.

Expected Outcome

An enhanced protocol server schema with a verified flag in the context object, enabling targeted search broadcasts to verified BPPs as specified.

Acceptance Criteria

  • The verified flag is added to the context object in the protocol server.
  • The Beckn gateway correctly interprets the verified flag to restrict broadcasts to verified BPPs.
  • Backward compatibility is maintained with the updated schema.
  • Testing confirms that the verified flag functions as expected in search broadcasts.

Mockups / Wireframes

NA

Product Name

Beckn

Domain

TBD

Tech Skills Needed

  • Schema Design
  • Protocol Server Enhancement
  • API Development
  • Backend Testing and Verification

Complexity

Medium

Category

Backend Development

Sub Category

Schema Modification

@em-abee
Copy link

em-abee commented Nov 5, 2024

POC: beckn/protocol-server#241

@em-abee em-abee added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants