ant-digitalSolutions / antScriber-ui

0 stars 0 forks source link

Updating Inputs Based on User's Wizard Use Case #2

Closed flechilla closed 1 year ago

flechilla commented 1 year ago

Detailed Description:

The current wizard use case selection does not dynamically change the input fields according to the selected use case. This limits the user's ability to describe their requirements accurately. The expected behavior was that the inputs would automatically adjust based on the chosen use case, but this is not happening.

Steps to Reproduce:

  1. Go to the Wizard's Use Case selection page.
  2. Select a use case.
  3. Observe the input fields.

Possible Solutions:

A potential solution would be implementing a separate component for each use case. This new component would know the required inputs, validators, and messages for its use case and adjust accordingly.

flechilla commented 1 year ago

The architecture for this is already implemented. now we have to implement details for each use-case