-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add option to graph nested serializable types #31
Conversation
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (140)
Previously acknowledged words that are now absentcss dts sss UIsAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 199 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:saba-ja/fprime-gds.git repository
|
This pull request introduces 3 alerts when merging d78ac43 into c567e49 - view on LGTM.com new alerts:
|
@LeStarch, I am not sure about these spell check errors. It seems the spell checker is confused and is picking up on too many words. |
@saba-ja yes something appears wrong with spell checking. I'll take a look at it and see if I can tell what is up. |
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.
Approved.
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)xls Previously acknowledged words that are now absentev fd gz hh IH ip mx pb px py rb td uk ul vh vw wx xl xyAvailable dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 121 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:saba-ja/fprime-gds.git repository
|
This pull request introduces 3 alerts when merging 85ed9bf into c567e49 - view on LGTM.com new alerts:
|
Change Description
Added option to graph serializable types.
Rationale
Nested serializable types now can be graphed. This PR adds an option to convert channel JSON path to a flat dot delimited string that user can select from the Charts dropdown. Only nested serializable types with a final single value are supported. Currently up to 20 nested depth will be covered. Array and array of serializable and Enum types will not show up in the Chart dropdown list.
Testing/Review Recommendations
Manually ran and verified in the Browser. See the screen recording below:
https://youtu.be/19h_SswEeFY
Future Work
NA