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 an ADP developer,
I want to be able to define and test with a minUI5Version,
so that I preview with the minUI5Version
Description
The UI5 proxy middleware checks the manifest.json for a minUI5Version and if it is there, uses it as preview version. This does not work for adaptation projects because there is no manifest in the project. To also support this for ADP, we also need to check the appdescr file in ADP and check if it has a minUI5Version change, and if existing, use the version.
Technical Design
What modules need to be created or enhanced? How would the functionality be exposed and how can it be consumed?
As an ADP developer,
I want to be able to define and test with a minUI5Version,
so that I preview with the minUI5Version
Description
The UI5 proxy middleware checks the manifest.json for a minUI5Version and if it is there, uses it as preview version. This does not work for adaptation projects because there is no manifest in the project. To also support this for ADP, we also need to check the appdescr file in ADP and check if it has a minUI5Version change, and if existing, use the version.
Technical Design
What modules need to be created or enhanced?
How would the functionality be exposed and how can it be consumed?
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have a ...
when I execute ...
then ... will happen.
Notes
Tasks
The text was updated successfully, but these errors were encountered: