SAP-samples / btp-cap-multitenant-saas

Sample project that demonstrates how to setup a multitenant application for a Software-as-a-Service scenario, leveraging the Kyma and Cloud Foundry Runtimes of the SAP Business Technology Platform. Developers learn how to implement their own CAP (mtxs) based SaaS app including an SaaS API and integration with various essential SAP BTP service of...
Apache License 2.0
75 stars 38 forks source link

shared db not used #19

Closed maxi1555 closed 6 months ago

maxi1555 commented 6 months ago

I believe that there is not usage of the shared db, it would be great to add examples to read / write data from any ui app with the corresponding service.

DB Content: https://github.com/SAP-samples/btp-cap-multitenant-saas/tree/main/code/db-com

Kind Regards. Max.

alperdedeoglu commented 6 months ago

Hi Maxi, Checked the repo and you are right. There should be one example where the usage needs to be shown.

Will add it and update here. Best, Alper

maxi1555 commented 6 months ago

If you need an example, you can implement a feedback service where the users provide rating and a text, and the admin can read them :)

alperdedeoglu commented 6 months ago

Example has been provided, Shared Entity currently is using the Common HDI Container, with CRUD operations.