-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidecar debugging - Milestone 0.9 #1400
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll need to give this a functional whirl, but I did have some comments.
packages/emulator/core/src/conversations/middleware/getConversations.ts
Outdated
Show resolved
Hide resolved
packages/emulator/core/src/conversations/middleware/getConversations.ts
Outdated
Show resolved
Hide resolved
5a9590d
to
f02db84
Compare
packages/emulator/core/src/conversations/middleware/getConversations.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little concerned that the diffing is tightly coupled to the presentation logic. It is pretty brittle at the moment. See my comment about moving the presentational logic into the extension itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you share a screenshot of the json view with diff mode enabled?
packages/app/client/src/ui/editor/emulator/parts/inspector/inspector.tsx
Show resolved
Hide resolved
89754c0
to
5a889d0
Compare
6fe0c29
to
bed40fc
Compare
…vities so webchat displays them\n3. Added a dendrogram json viewer
Co-Authored-By: justinwilaby <[email protected]>
94302a0
to
a62e51a
Compare
Discussed waiting to move code until after release
endpointUrl: endpoint.endpoint, | ||
userId: currentUserId, | ||
conversationId, | ||
// directLine: createDirectLine({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
placeholder to refactor createDirectLine
out of emulator.tsx
and into this command. Code is commented out but works in preliminary tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pending internal QA issues
… a livechat via url. (#1436)
* Allows injection of Conversation "mode" to support conversations started via connecting by url. * Clean up the types * Fix a test
* Changes to support saving a transcript for a conversation opened via url * add tests for getTranscriptsPath * Lint issue * Add some additional typings * Lint fixes
…BotFramework-Emulator into jwilaby/auto-connect-emulator
"Sidecar" Debugger progress