BotFramework-Emulator
BotFramework-Emulator copied to clipboard
Adding a QnA maker service is slow
Version
4.3.3.57327
Describe the bug
It takes 3-5 minutes for the QnAMaker dialog to load
To Reproduce
Steps to reproduce the behavior:
- Go to Add QnAMaker (as me)
- wait wait wait wait wait
Expected behavior
UI should NOT be enumerating all resources.
- It should allow me to select tenant by name sorted alphabetically and be sticky (1 api call)
- it should allow me to select subscription by name sorted alphabetically and be sticky (1 api call)
- it should allow me to select resource groups by name sorted alphabetially and be sticky (1 api call)
- it should allow me to select KB by name sorted alphabetically ( 1 api all)
[bug]
This has been discussed at length early on. The rational for the existing design was that 99% of users will not have 100s of KBs which makes this UI reasonably fast.
This task involves sweeping UI changes to implement. @mewa1024?