lappis-unb / BotFlow

BotFlow - visual content manager for simple Rasa chatbots
GNU General Public License v3.0
30 stars 12 forks source link

Ignore empty questions when inserting/editing intents #145

Open rodmaia opened 3 years ago

rodmaia commented 3 years ago

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:

With the exception of intents whose entire content is a single empty text field. In that case, validation should continue preventing to save that intent.

Different from the utters, intents can continue to show the empty textfields on screen to stimulate people to add more question examples.

Tasks

Acceptance criteria

Miguel-Alves commented 3 years ago

Nice! Working on it

rodmaia commented 3 years ago

@Miguel-Alves assign the issue to yourself if you are working on it 😉

Let me know if you can expose your dev environment to the web. I’d like to test it to ensure the original idea on the issue makes sense.

Miguel-Alves commented 3 years ago

Done. Assigned it to myself and moved it to "In Progress" board.

About exposing my dev environment, how would you like me to do it?

Miguel-Alves commented 3 years ago

Reviewing this issue based on #153;

rodmaia commented 3 years ago

About exposing my dev environment, how would you like me to do it?

As we agreed on Telegram, let's do a video call to go over this.

Miguel-Alves commented 3 years ago

Following the procedures from #153 , this issue was maintained;

Miguel-Alves commented 3 years ago

Solved this issue as described in #161