Commit c95c5329 authored by Francis Renaud's avatar Francis Renaud
Browse files

Added comments for next steps

parent 9f3bf4f3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -412,6 +412,12 @@ class DashboardContainer extends Component {
      }
    };

    // Determine last 25 epochs
    // Determine startTime of first epoch and endTime of last epoch
    // Create map of arrays of points, one array per source, indexed by source id
    // Pass that map to the views
    // Have each view consume that map

    const view1DataType = dataTypeForView(this.state.view1Name);
    const view1Accessor = dataAccessorForType(view1DataType);
    const view1DataPoints = epochsToDataPoints(this.props.epochs)(nbEpochs)(appIds)(view1Accessor)(selectedSource);