beckn / strapi-plugins

0 stars 1 forks source link

Enhance strapi BPP plugin to create data model on installation #57

Open vishi24 opened 6 months ago

vishi24 commented 6 months ago

Description

The beckn-bpp-adapter plugin only creates the necessary APIs and the queries for fetching and updating of data in the existing data model. If this plugin is used on a Strapi instance that does not contain data model for BPP it will not work. The current plugin does not has capability to create the data model by itself during the installation. Update the plugin to create the required data model when the plugin is installed on the Strapi.

Goals

Expected Outcome

when the plugin is installed it should check and create the required data model in Strapi.

Acceptance Criteria

Implementation Details

NA

Mockups / Wireframes

[Include links to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases.]


[Please note that the below section of the ticket has to be in the format as mentioned as it is key to enabling proper listing of the project. Please only choose the options mentioned under the headings wherever applicable.]

Tech Skills Needed:

[Required technical skills for the project]

Complexity

High

Category

Development

Sub Category

Development