beckn / strapi-plugins

0 stars 1 forks source link

Meta API - get_rating_categories #62

Open vishi24 opened 5 months ago

vishi24 commented 5 months ago

Description

In version 1.1.0 of beckn, a new set of APIs has been introduced that can be used by the BAPs to fetch the meta information. One of the API is get_return_reasons. In this BAP fetches the list of return rating categories from BPP. In Strapi plugin we need to implement the get_rating_categories.

  1. Create a suitable datamodel in Strapi , check if any existing data model can be used to provide the detail.
  2. Create an endpoint in webhook to handle the request.
  3. Implement the query logic to fetch the requested detail.
  4. Test the endpoint from Strapi and the generic client layer.
  5. Write unit test case for get rating categories API.

Goals

Expected Outcome

Strapi should be able to serve the get_rating_categories API call from BAP.

Acceptance Criteria

Implementation Details

It should be part of the strapi pugin and must follow the specification details here - https://github.com/beckn/protocol-specifications/blob/master/api/meta/build/meta.yaml

Tech Skills Needed:

Strapi plugin development Node Js

Complexity

Medium

Category

Enhancement

Sub Category

Strapi plugin enhancement

shreyvishal commented 5 months ago

Did Some R&D for identification for data model in strapi for 3 hours on 22rd March. But After then was pulled into Beckn AI Project from 26. cc: @vishi24 @faizmagic