Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Dimension columns for DataGrid

The datagrid now has headers for Dimensions, where the rows show the relevant descriptor.

Data Model:

  1. TimeSeriesView (TSV) has 0, 1 or more TimeSeries
  2. TimeSeries (TS) has 1 or more TimeSeriesKeys
  3. TimeSeriesKeys (TSK) has 1 Descriptor (DES)
  4. DES has 1 Dimension (DIM)
  5. TS has 0, 1 or more TimeSeriesData (TSD)

Per TSV, make a list of all related unique DIMs (The UseCase does this). Each row in the grid shows one TSD. Add columns to the grid: DIM.Id, sorted by Id Bind the TSD-row to the DIM headers, by showing the relevant DESC.Id.

Merge request reports

Loading