-
Notifications
You must be signed in to change notification settings - Fork 8
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
Command history inplace updates #323
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.
Stumbled upon a mistaken version update
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.
Looks good, thanks. Some small changes suggested on nasa/openmct#6694 (comment) which has implications for this PR.
…data instead of configuration
…o command-history-inplace-updates
…akhenry/openmct-yamcs into command-history-inplace-updates
Closes #315
Describe your changes:
Rather than create a new view provider and view for command history in openmct-yamcs, added a configuration that indicates that datum for a given object should be updated in place.
Added a unique id for datum that should be aggregated called
messageId
. This will be used by open mct to update data in place for that message/record.All Submissions:
Author Checklist
Reviewer Checklist