LawalCoop / reglito

generador de reglamento interno
https://reglito.lawal.io
0 stars 0 forks source link

[EPIC] UI + Complete flow MVP #4

Closed JeronimoC23 closed 4 months ago

JeronimoC23 commented 7 months ago

Following the requirements here we need to use the commands of the CLI from the UI to have a first look of how the MVP will works

### USER STORY

As a member of a cooperative, I want to be able to provide information about my cooperative and select the aspects I want to regulate in order to generate customized internal regulations.

Scenario:

Given I am on the initial screen of the application When I fill in the following details:

Cooperative Name: "Example Cooperative"

National Registration Number (optional): 1234567890

Aspects of the cooperative I want to regulate:

And I submit the form

Then the system should proceed to the next step for further customization or generation of internal regulations and returns me a .txt or text based type of file to the user to edit it manually if its neccesary

Acceptance Criteria:

When filling in the Cooperative Name field, the system should not allow submission if the field is left empty. When filling in the National Registration Number field, the system should accept only numerical values. If left empty, this field should not affect the submission process. The user should be able to select one or more aspects of the cooperative they want to regulate from the provided options. If the user selects "Other" from the aspect options, they should be prompted to specify the additional aspect(s) in a separate field. Upon submission of valid data, the system should progress to the next step for further customization or generation of internal regulations.