Hey guys,
we built a full stack, stand alone cloud application using PostgreSQL (hyperscaler option), CAP and a UI5 Frontend.
The question is: can we use a single subaccount to setup two environments, one for Dev and Q?
We thought about separating the service layer by using 2 CF Spaces, and assmuning that the xsuaa service is not to change (i.e. no role changes, additions, ...), that might also work if we use a single instance (same for the destination service).
But what about the database and UI layer? Do we have to change our project structure to change the namespace of our project to get separated tables or is there another way with PostgreSQL?
And about the UI: is there a way to specify or "fix" the version of the UI5 Application served by the Launchpad Service? In our recent tests it seemed that the Launchpad Service automatically serves the most recent version of our UI from the HTML5 Application Repository - is that always the case or can we fix the version in the Launchpad?
Best regards