Rodrigo Maia
Rodrigo Maia
When an utter has a single text balloon, the delete button of that balloon should be disabled as you cannot leave an utter with zero balloons. The delete button should...
When an intent has a single text field, the delete button of that text field should be disabled as you cannot leave an intent with zero questions. The delete button...
The API handles errors on all operations (see #42). Those errors need to be handled appropriately on the frontend so people understand why things failed and how they can recover....
Botflow needs to support multiple languages. For now we will target PT-BR, and EN-US should be supported soon. To accomplish that we will have to prepare the front end to...
When inserting or editing an intent you can have text fields that are completely empty or that only have a [space] character inside. These balloons should be: - ignored by...
When inserting or editing an utter you can have balloons that are completely empty or that only have a [space] character inside. These balloons should be: - ignored by the...
**Tasks** - [ ] Document code - [ ] Document overall architecture on the wiki **Acceptance criteria** - [ ] Any developer can understand the new architecture by reading the...
Some endpoints have a more complex usage pattern. Utters, for example, can have one or more content alternatives, and each alternative can have multiple strings (balloons). This type of usage...
Originally, BotFlow was built coupled to LAPPIS' infrastructure and to TAIS' content. We should remove all those references in favor of: - a generic implementation where people can configure BotFlow...
Review the README instructions to ensure they are still valid. Particularly all references to REACT and RASA versions. Reevaluate the need for a second README inside `BotFlow/app/`. Merge all the...