SAP / open-ux-tools

Enable community collaboration to jointly promote and facilitate best in class tooling capabilities
Apache License 2.0
83 stars 35 forks source link

TBI - Consolidation of prompt helpers #1819

Closed cianmSAP closed 4 months ago

cianmSAP commented 5 months ago

Description (include screenshots)

Currently there are helper functions for the prompts in @sap-ux/ui5-application-inquirer. For example https://github.com/SAP/open-ux-tools/blob/ca69da5a945cb076a59293eb79d3c88860c0846e/packages/ui5-application-inquirer/src/prompts/prompt-helpers.ts#L188

The ask is to move these prompts to the inquirer common module and make the types generic to be reusable across all the future inquirer/prompting modules

Value

This will reduce code duplication

Architecture Elaboration

Functions to be moved :

Notes

Tasks

FYI @IainSAP @devinea @longieirl

cianmSAP commented 4 months ago

Closing as these were implmented with https://github.com/SAP/open-ux-tools/pull/1868