- design doc
- "what to test"
- node count (# of total), avg cred, total cred / node count, avg cred
- a data source to test
- Lets try to put up a mock of what it may look like
- possibly look into what the design
- documentation
-> layout a UI in big colors w/ no data in it -> write tests
render()
renderConfigurationRow()
renderFilterSelect()
<WeightConfig />
<TableStatSummary />
renderTable()
- goal: get a tested prototype up
- should we have a testable table stats model ? provide some code for a sample graph to test on
class NodeStatsContainer extends React.PureComponent {
}
// surfaces total nodes, avg cred, and total cred
class CurrentNodeStats extends React.Component {
}
// surfaces total nodes, number of nodes displayed, avg cred
class NodeStats {
}