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

different git repository for every app to reduce development dependencies #1

Closed poonambk closed 11 months ago

poonambk commented 1 year ago

Hi,

we have separate git repository of our custom fiori apps. we want to include those app in susaas solution. can we keep separate repository for every app and refer/use them sussas launchpad config or app folder.

alperdedeoglu commented 1 year ago

Hi @poonambk, It is really hard for me to follow up. Can you please give a concrete example and elaborate a bit more what you try to achieve at the end?

martinfrick commented 1 year ago

Hi @poonambk,

if I understand you correctly, that shouldn't be an issue! If the apps are deployed to the HTML5 Application Repository, you should be able to reference them by providing the correct application path in the Mock Launchpad config details. Did you try this already and face any issues?

resolutionResult: { applicationType: "SAPUI5", additionalInformation: "SAPUI5.Component=sap.susaas.ui.public.assessments", url: "/sapsusaasuipublicassessments/" }

alperdedeoglu commented 11 months ago

Closing this, since there is no active comments for 2 months.