wso2 / api-manager

All issues, tasks, improvements and new features of WSO2 API Manager
Apache License 2.0
34 stars 8 forks source link

Migrate APIMetadata api to nodejs #3345

Open SachiniSiriwardene opened 2 weeks ago

SachiniSiriwardene commented 2 weeks ago

Description

As per the architectural change, the backend logic of api metadata APIs needs to be moved to the node application. APIMetadata api is for CRUD operations related to the API's metadata and for managing the API content for the landing page. This task should include :

Affected Component

APIM

Version

4.5

Related Issues

No response

Suggested Labels

No response

SachiniSiriwardene commented 2 weeks ago

PR: https://github.com/wso2/api-developer-portal-core/pull/36

SachiniSiriwardene commented 1 week ago

Do database changes according to the design review.

SachiniSiriwardene commented 3 days ago

Fix bugs when loading custom pages. Add support for identityprovider crud operations and fix bugs in the login flow. PR - https://github.com/wso2/api-developer-portal-core/pull/45