DYN-5322 Update ML NodeAutocomplete Documentation#13602
Merged
QilongTang merged 2 commits intoDynamoDS:masterfrom Dec 7, 2022
RobertGlobant20:DYN-5322-Doc-MLNodeAutocomplete
Merged
DYN-5322 Update ML NodeAutocomplete Documentation#13602QilongTang merged 2 commits intoDynamoDS:masterfrom RobertGlobant20:DYN-5322-Doc-MLNodeAutocomplete
QilongTang merged 2 commits intoDynamoDS:masterfrom
RobertGlobant20:DYN-5322-Doc-MLNodeAutocomplete
Conversation
I updated the NodeAutocompleteDcoumentation.html to match the docx document attached to the Jira task. For the GIFs/PNG updated I did the next actions: - Modified the original images resolution to 450 x XXX (according to the aspect ratio). - Compressed the modified image/GIF so it will use the minimum size in the html file when converted to Base 64 (otherwise the WebView2 component was crashing). - Convert the Image/GIF to Base64 content and put it in the HTML file.
Contributor
Author
reddyashish
approved these changes
Dec 6, 2022
Contributor
|
This looks good, @RobertGlobant20 can you hook this up to the preferences panel? There was a question mark with hover over tooltip of Learn More about NodeAutoComplete, but clicking on it does not show this doc |
I've added the MouseDown event and the handler so every time the question mark symbol is clicked in the preferences panel the DocumentationBrowser ML NodeAutocomplete documentation will be opened.
Contributor
Author
Contributor
Author
@QilongTang fixed in the next commit: bb1eb9a |
QilongTang
approved these changes
Dec 7, 2022
QilongTang
pushed a commit
that referenced
this pull request
Dec 7, 2022
* DYN-5322-Doc-MLNodeAutocomplete I updated the NodeAutocompleteDcoumentation.html to match the docx document attached to the Jira task. For the GIFs/PNG updated I did the next actions: - Modified the original images resolution to 450 x XXX (according to the aspect ratio). - Compressed the modified image/GIF so it will use the minimum size in the html file when converted to Base 64 (otherwise the WebView2 component was crashing). - Convert the Image/GIF to Base64 content and put it in the HTML file. * DYN-5322-Doc-MLNodeAutocomplete CodeReview1 I've added the MouseDown event and the handler so every time the question mark symbol is clicked in the preferences panel the DocumentationBrowser ML NodeAutocomplete documentation will be opened.
QilongTang
added a commit
that referenced
this pull request
Dec 7, 2022
* Include all files from Markdown Directory to published package (#13607) * update * add all files under Markdown Dir to pkg * update comment * update tests * update test * update tests * update comments * update test * Adding localization for the sign in button states (#13612) * DYN-5322 Update ML NodeAutocomplete Documentation (#13602) * DYN-5322-Doc-MLNodeAutocomplete I updated the NodeAutocompleteDcoumentation.html to match the docx document attached to the Jira task. For the GIFs/PNG updated I did the next actions: - Modified the original images resolution to 450 x XXX (according to the aspect ratio). - Compressed the modified image/GIF so it will use the minimum size in the html file when converted to Base 64 (otherwise the WebView2 component was crashing). - Convert the Image/GIF to Base64 content and put it in the HTML file. * DYN-5322-Doc-MLNodeAutocomplete CodeReview1 I've added the MouseDown event and the handler so every time the question mark symbol is clicked in the preferences panel the DocumentationBrowser ML NodeAutocomplete documentation will be opened. Co-authored-by: filipeotero <[email protected]> Co-authored-by: Roberto T <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Purpose
Update ML NodeAutocomplete Documentation
I updated the NodeAutocompleteDcoumentation.html to match the docx document attached to the Jira task. For the GIFs/PNG updated I did the next actions:
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Update ML NodeAutocomplete Documentation
Reviewers
@QilongTang
FYIs