IBM / watson-assistant-workbench

Framework for maintaining Watson Assistant data in github repository with bundle of tools for generating, testing and uploading. Travis: https://travis-ci.com/IBM/watson-assistant-workbench. Artifactory (will be deleted after 25 Nov 2019): https://na.artifactory.swg-devops.com/artifactory/webapp/#/artifacts/browse/tree/General/iot-waw-trevis-generic-local.
Apache License 2.0
16 stars 25 forks source link

Node name generation Error when generating from T2C #161

Closed tomasmacek closed 5 years ago

tomasmacek commented 6 years ago

Currently we generate node names in XMLHandler from intent name (we use wrong terminology here by calling it intent rather then condition) . However, more nodes with the same condition can exist, which is not taken care off.

We should create alternative names for subsequent nodes to make sure that node names are unique. They should be also generated in XLSXHandler rather then XMLHandler as it is the place where labels are created and they should be assigned correct node name as well.

CC: @Tereza-Pytelova

Tereza-Pytelova commented 6 years ago

Moving this big issue to the next sprint.

Tereza-Pytelova commented 6 years ago

Postponing this to the next sprint.

Tereza-Pytelova commented 5 years ago

Postponing it to the Sprint 23 for review.

tomasmacek commented 5 years ago

This has been fixed by pull #176