NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

node-red-contrib-botbuilder: Separate start delayed and allowed callers management #164

Open jbinard opened 3 years ago

jbinard commented 3 years ago

(to be done after merge of https://github.com/NGRP/node-red-contrib-viseo/pull/163)

Management of allowed callers should not be related to start delayed. User may want to delay bot start with a simple bot (without root/skills).

These are 2 differents features.

We should rather add a checkbox to choose if we want to use a fixed list filled in the UI or from an input. The display of the fixed list in the UI would then be conditionned by this check box.