hotwax / dxp-components

DXP Components
Apache License 2.0
11 stars 19 forks source link

[POC] App Extensions #312

Open ymaheshwari1 opened 4 months ago

ymaheshwari1 commented 4 months ago

What is the motivation for adding/enhancing this feature?

The idea here is to create reusable and plugable components/pages those are completely dependent on the oms app is logged in. App should have specific areas where these components can be plugged and used independently from the app.

What are the acceptance criteria?

Can you complete this feature request by yourself?

Additional information

ymaheshwari1 commented 4 months ago

We are focusing mainly on two different approaches:

  1. Create basic component that can show data in specific slots on the page
  2. Create component/page that displays specific UI, but the data that the component/page uses is not dependent on the app and it fetches the data separately.