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 create an Adaptation Project,
so that I can adapt base applications
Description
The first iteration will focus on creating the new yeoman package. Additionally, we’ll add the first page with system and application selection prompts. The remaining prompts will have default values. This setup is sufficient to generate an Adaptation Project similar to the CLI.
The second iteration will include the second page from the original creation generator. This page will contain all the configuration prompts, such as name, title, namespace, target folder, UI5 version, enable TypeScript, add deploy and flp configs.
Technical Design
Which new packages should be created (naming)? @sap-ux/generator-adp (yeoman generator package)
How should the new package folder be named?
packages/adp-generator
As a developer,
I want to create an Adaptation Project,
so that I can adapt base applications
Description
The first iteration will focus on creating the new yeoman package. Additionally, we’ll add the first page with system and application selection prompts. The remaining prompts will have default values. This setup is sufficient to generate an Adaptation Project similar to the CLI.
The second iteration will include the second page from the original creation generator. This page will contain all the configuration prompts, such as name, title, namespace, target folder, UI5 version, enable TypeScript, add deploy and flp configs.
Technical Design
Which new packages should be created (naming)?
@sap-ux/generator-adp (yeoman generator package)
How should the new package folder be named?
packages/adp-generator
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have a transferred all of the code
when I run the generator
then I am able to create an Adaptation Project
Notes
This is a general issue for tracking all of the progress regarding the code transfer.
Tasks
The text was updated successfully, but these errors were encountered: