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,
I want to be able to do the FLP configuration for adaptation projects with a standalone generator,
so that adding the FLP configuration is optional during generation of the project and could be maintained later
Description
With this new feature it will be possible to skip adding the FLP configuration for adaptation projects and provide the possibility to add it at a later point via the new FLP configuration tile in Application Info page.
Technical Design
New package
@sap-ux/adp-flp-config-sub-generator
Authentication prompts reuse
Reusable prompts for username and password should be added to @sap-ux/inquirer-common.
Flow
Prerequisite
Connection to backend system
- Reuse @sap-ux/system-access module to create connection to backend system.
- For advanced error handling (showing links to Guided Answers) @sap-ux/inquirer-common module will be used.
- When the credentials are not configured in the Destination/System, a page for prompting username and password is added as a first step to the generator.
FLP configuration
The merged manifest is needed for the setup of the FLP Configuration prompts, thus it is fetched from the backend system.
Given I have an Adaptation Project when I execute FLP Configuration tile in Application Info page then a standalone wizard for adding FLP Configuration will be opened.
Notes
Tasks
Unit Tests added
Test Cases defined
The text was updated successfully, but these errors were encountered:
As a developer,
I want to be able to do the FLP configuration for adaptation projects with a standalone generator,
so that adding the FLP configuration is optional during generation of the project and could be maintained later
Description
With this new feature it will be possible to skip adding the FLP configuration for adaptation projects and provide the possibility to add it at a later point via the new FLP configuration tile in Application Info page.
Technical Design
New package
@sap-ux/adp-flp-config-sub-generator
Authentication prompts reuse
Reusable prompts for
username
andpassword
should be added to@sap-ux/inquirer-common
.Flow
Prerequisite
Connection to backend system

- Reuse
@sap-ux/system-access
module to create connection to backend system.- For advanced error handling (showing links to Guided Answers)
@sap-ux/inquirer-common
module will be used.- When the credentials are not configured in the Destination/System, a page for prompting username and password is added as a first step to the generator.
FLP configuration
@sap-ux/flp-config-inquirer
will be reused (introduced with FEATURE - FLP Configuration inquirer #2565).@sap-ux/adp-tooling
writing is reused to modify project files.Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have an Adaptation Project
when I execute FLP Configuration tile in Application Info page
then a standalone wizard for adding FLP Configuration will be opened.
Notes
Tasks
The text was updated successfully, but these errors were encountered: