Open scottbell opened 2 months ago
In progress notes while working in the branch. This may totally just be stuff you haven't gotten to yet, but if not, you're welcome:
Changes so far:
/ui/components/ObjectPathString.vue
used instead of ObjectPath.comps.scss
.
@charlesh88
Great work @charlesh88! I think I addressed the issues you described, and am working toward some e2e tests now. One question though: do we want to make the expression itself more prominent? It's rather small now, and is probably the main thing I want to be looking at when I bring up the view?
Agree on the smallness of the expression; gave it a monospace font which looks bigger and is just better. Have pushed what I think are near complete changes for derived telemetry:
c-output-featured
added to controls.scss.
%0.2f
and save. Ensure floating point is formatted to only two decimals places in the output.Needs developer review but the tests and a11y look great. I made some comments.
Also we need to create good release notes and be sure to call this experimental. I went ahead and moved this to the 4.1.0 release
Illustrates expected wrapping / alignment behavior at different widths.
I've finished front-end sanding and shimming. @scottbell there were some minor markup changes with some v-ifs moving around a bit and some consolidation of containers. I put it through the wringer myself, but could you have a look and make sure I didn't break something?
@akhenry Otherwise, this is ready for review. Because changes are in the combined-rodap-stuff branch, I'm not going to create a PR yet given there might be more outstanding 'stuff'.
@charlesh88 I did a cursory look (made a derived telemetry, testing good & bad equations, etc.) and it seemed to work well. FYI, I did cherry-pick your new commit over to the telemetry-comps branch that has the PR for this.
Is your feature request related to a problem? Please describe. Create a new objected in Open MCT that supports a user entered expression (in math.js format) and outputs the result of that expression as telemetry.