COE SWD 9: Editing Multiple Curves and Plots / RW 7.1 / Dev Status
Phil, 3-16-2017 -- HIT REFRESH -- See also Project webpage.

Reported Hours (89.25 of 88 hour budget) (1.25 hours over budget):

  1. 2.0 Hours -- Fri, 2-17
  2. 8.0 Hours -- Mon, 2-20 ... img1, img2, img3
  3. 8.0 Hours -- Tue, 2-21 ... ctrl panel / other images
  4. 8.0 Hours -- Wed, 2-22 ... img
  5. 8.0 Hours -- Thu, 2-23 ... img1, img2, img3
  6. 8.0 Hours -- Fri, 2-24 ... img
  7. 8.0 Hours -- Mon, 2-27
  8. 8.0 Hours -- Tue, 2-28 ... img
  9. 6.0 Hours -- Wed, 3-01
  10. 8.0 Hours -- Thu, 3-02 ... edOrn, icons, repl1, repl2, repl3
  11. 2.0 Hours -- Fri, 3-03 ... project review and testing; found MarkerDlg crash due to recent related development.
  12. 5.0 Hours -- Wed, 3-08 ... Dialog changes; solved exit assertion failure; dialog positioning.
  13. 1.25 Hours -- Mon, 3-13 ... Don't sumiltaniously show Plot Viewer and Multiple Plot Editor dialog.
  14. 6.0 Hours -- Tue, 3-14 ... adjustments and feature document.
  15. 3.0 Hours -- Wed, 3-15 ... edits to document, rebase and merge to RiverWare 7.1 master branch.

GIT Branches:

Feature Document (3-15-2017):

Maintenance -- TODO:

Deferred Feature List of 3-2-2017:

  1. "Show in Legend" flag (checkbox) for individual Curves (and Markers). (Include this in design for COE-SWD 10)
  2. Moving curves and markers up or down within a plot. (Include this in design for COE-SWD 10)
  3. Marker Support -  Other marker settings (type, alignment, x position, y position)
  4. Moving plots within the PlotPage's 3x3 grid.
  5. Delete Plots, Curves, Markers.
  6. Remove Plot (Curve) Membership dialog (given sufficient new provisions).
  7. Remove Marker Manager dialog (given sufficient new provisions).
  8. "Sample" column for Curve appearance settings.
  1. Large issue: Values for Markers do not have associated units, either at the Sim level (MarkerInfo in Sim/PlotInfo), nor at the GUI level (Q3GUI/PlotMarker). So, they fundamentally can't behave well through axis unit changes. We could consider supporting this "properly" only for a new Dynamic Marker capability where the one or two values for a Marker are identified with references to Scalar Slots. The assignment of Dynamic Markers to plot axis would use the algorithm applied to curves -- based on the unit types of the one or two referenced slots -- rather than being hard-configured to particular horizontal and/or vertical axes.

Relevant Filed Bug (pre-existing problem):

Completed Wednesday (3-8):

  1. Minor dialog changes, responses to comments at 3-7 software meeting:
  2. Addressed an assertion failure on "clear workspace".
  3. Addressed initial dialog position problem.

Completed Sunday (3-5):

  1. Implemented incell editing for Marker values -- both DateTime and numeric values.
  2. Width fixes:
  3. Context menu operation: Copy Slots (to slot clipboard).

Completed Thursday (3-2):

Completed Wednesday (3-1):

  1. Curve setting controls: Redesign -- more compact -- and finer granularity.

The individual seven (7) curve properties can now be independently enabled for application to the selected (or "all") slot curves in the plot page being edited.  Also, the radio boxes for the three different relevant styles (line style, symbol style, and curve style) have been replaced with comboboxes.  See the prior and new screenshots:

  1. Grid setting controls: Redesign -- more compact -- (but still same granularity)

The same new compacted design for curve line attributes has been applied to the Major Grid and Minor Grid line attributes (on the Edit "Plots" mode).  This includes replacing the line style radio buttons with comboboxes.  See the prior and new screenshots:

Also, the plot item "ordinal" column was hidden, and centering has been applied to the two-line column headers.  (These last changes are reflected in _both_ of the screenshots cited above).

Completed Monday (2-27) and Tuesday (2-28):

  1. Internal setting widget enabledness and visibility dependencies.
  2. Initial completion of Plot and Axis setting operations. (Curve setting ops were provisionally completed on Friday).
  3. Updating of PlotItemTreeView items when the collection of Plots within a PlotPage changes AND when the collection of SlotCurves within a Plot changes. (Previously, only a low-level Plot and Curve "safety" had been implemented. Pointers were being cleared when those objects are deleted. The display fields depending on those objects go blank).
  4. Plot Page Editor dialog: Add "Multiple..." button to the "Configure" button panel. This shows the new "Configure Multiple Plots and Curves" dialog. (Currently, this is doable only from a menu item under "Edit").
  5. Asynchronous updates in other dialogs when applying changes in the new multiple-plot configuration dialog. (A reasonable level of coverage).

Original project materials:

---