issues
search
microsoft
/
BotFramework-Composer
Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870
stars
371
forks
source link
Make NEW_CREATION_FLOW feature flag visible
#5757
Closed
pavolum
closed
3 years ago
pavolum
commented
3 years ago
Prior to making the new creation flow visible we need to
[x] Fix the query that populates the template list
[x] Validate new '@microsoft' generator packages e2e in composer
[x] Delist previous 'preview.' generators so they no longer show up in template selection UI
[x] Add the empty bot template
[x] Update conversational core template generator to grab Ryans latest updates
[x] Update design of template picker per #5730
[x] Update all templates to use latest runtime generator package that has the latest bits from Carlos and Peter
benbrown
commented
3 years ago
5898 achieved the last few items here.
5903 actually makes the flag visible.
Prior to making the new creation flow visible we need to