Closed Noggling closed 1 month ago
@Jossilainen @Noggling
A few thoughts:
PortalAppType
is not a concept we have other places in the backend. What we do have is: IsGlobal
and IsContextual
. I suggest to use one of these instead so that we don't introduce more logic.GET /api/portal/{portalId}/all-apps
is a little abstract.
If this endpoint always will list out all onboarded apps (but with additional data from the portal), I would consider calling it GET /api/portal/{portalId}/onbarded-apps
- because that is really what it is in that case.
The difference would be that we will merge more information from the portal specifics to show which of these onboarded apps are active in this specific portal, etc.Comments @Noggling? I agree that the name: GET /api/portal/{portalId}/onboarded-apps
is more precise.
Great @kjetilhau
Expected outcome
We need a endpoint to get all Applications available for the given portal. the endpoint also need to return and indicator that a Application is activated on the portal. The apps return should be filtered by the portals context Type configuration
Business Value / Developer Experience
User Acceptance Tests (UAT)
Environments
All testing of issues are done in project-portal-test
For Backend use these