Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Add aggregation column on result table #256

Merged
merged 10 commits into from
Feb 1, 2019

Conversation

disktnk
Copy link
Member

@disktnk disktnk commented Jan 25, 2019

take over #237

add "grouping" button, to aggregate results by grandparent directory name.

@disktnk disktnk requested review from ofk and makky3939 January 25, 2019 05:15
@disktnk disktnk added this to the v0.9.0 milestone Jan 25, 2019
type="checkbox"
className="ml-2"
checked={isGrouped}
onChange={(e) => this.handleIsGrouped(e)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Such an event handler coding is not recommended.
First define this.handleIsGrouped = this. handleIsGrouped.bind(this) in the constructor and rewrite it with onChange={this.handleIsGrouped}.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx, followed

@ofk ofk merged commit 5fb1071 into chainer:master Feb 1, 2019
@disktnk disktnk deleted the feature/result-grandparent-grouping branch February 1, 2019 03:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants