You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if I see the need for creating additional data, logic and thus more complexity on the backend/database for this. This can be inferred by checking whether there have been added contextTypes to a Portal or not.
Expected outcome
A portal should have type field, this could be "ContextTypeDrivenPortal" or "AppDrivenPortal"
if the portal type is "ContextTypeDrivenPortal" the body should include:
if the portal type is "ContextTypeDrivenPortal" and no contextTypes is provided the endpoint should produce a validation error.
if the portal type is "AppDrivenPortal" the body should include adn the contextType field can be empty:
Business Value / Developer Experience
Easier configuration and more understandable api
User Acceptance Tests (UAT)
All portal endpoints should receive and return type on the portal object.
Environments
All testing of issues are done in project-portal-test
For Backend use these
The text was updated successfully, but these errors were encountered: