You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 front-end validation
not saved to the database
removed from the utter if present upon loading
A confirmation message should appear upon save saying "Balões vazios foram removidos".
With the exception of utters whose entire content is a single empty balloon. In that case, validation should continue preventing to save that utter.
Tasks
TBD
Acceptance criteria
Empty balloons are no longer present after saving
Empty balloons are not saved to the database
Empty balloons are not loaded from the database
Confirmation message is visible upon saving
The text was updated successfully, but these errors were encountered:
I have concluded this issue.
Now, empty content is no longer saved or loaded to the database. And when saving or editing an utter, they are ignored by the front-end validation.
Also, there is a confirmation message displayed to user stating this removal of empty content
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:
A confirmation message should appear upon save saying "Balões vazios foram removidos".
With the exception of utters whose entire content is a single empty balloon. In that case, validation should continue preventing to save that utter.
Tasks
Acceptance criteria
The text was updated successfully, but these errors were encountered: