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
As a developer, using OnPremise system or PrivateCloud
I want to to use an application that uses Reuse components without any warnings of disabling of functionality, as it only should be considered for Public Cloud,
so that I work with the full potential of these applications
Description
What is the high level purpose and value of the feature? The description should ensure that anyone reading understands what it is doing (at a high level) and most importantly why.
Technical Design
A call to the configured backend system is sent during server startup to get the type of the system (OnPremise or Cloud). Based on the response an new property isCloud is propagated to the client to determine whether the notification pop-up and disabling of the context menu should be done.
Given I have an OnPremise project when I try to add a Controller Extension for a reuse component then I will be allowed to add it and no warning notification will be shown.
Notes
Tasks
Unit Tests added
Test Cases defined
The text was updated successfully, but these errors were encountered:
As a developer, using OnPremise system or PrivateCloud
I want to to use an application that uses Reuse components without any warnings of disabling of functionality, as it only should be considered for Public Cloud,
so that I work with the full potential of these applications
Description
What is the high level purpose and value of the feature? The description should ensure that anyone reading understands what it is doing (at a high level) and most importantly why.
Technical Design
A call to the configured backend system is sent during server startup to get the type of the system (OnPremise or Cloud). Based on the response an new property
isCloud
is propagated to the client to determine whether the notification pop-up and disabling of the context menu should be done.Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have an OnPremise project
when I try to add a Controller Extension for a reuse component
then I will be allowed to add it and no warning notification will be shown.
Notes
Tasks
The text was updated successfully, but these errors were encountered: