Skip to content

fix(BBD-724): When range refinement value is full bucket, don't apply any refinement#79

Merged
effervescentia merged 5 commits into
developfrom
BBD-724
Sep 28, 2017
Merged

fix(BBD-724): When range refinement value is full bucket, don't apply any refinement#79
effervescentia merged 5 commits into
developfrom
BBD-724

Conversation

@zfcb
Copy link
Copy Markdown
Contributor

@zfcb zfcb commented Sep 27, 2017

Also need to see PR for flux-capacitor

groupby/flux-capacitor#76

@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 27, 2017

Codecov Report

Merging #79 into develop will increase coverage by 0.08%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #79      +/-   ##
===========================================
+ Coverage       95%   95.08%   +0.08%     
===========================================
  Files            3        3              
  Lines          220      224       +4     
  Branches        19       19              
===========================================
+ Hits           209      213       +4     
  Misses           1        1              
  Partials        10       10
Impacted Files Coverage Δ
src/core/bridge.ts 94.44% <100%> (+0.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ee91c1...722bc3e. Read the comment docs.

Copy link
Copy Markdown
Contributor

@effervescentia effervescentia left a comment

Choose a reason for hiding this comment

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

just renaming

Comment thread src/models/response.ts Outdated
displayName: string;
type: 'Value' | 'Range';
range?: boolean;
rangeHighest?: number;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think a better name for these would be min and max

Comment thread test/unit/core/bridge.ts Outdated
const rangeHighest = 900;
const rangeLowest = 1;

let refinements = [
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

doesn't need to be a let because it is never re-assigned

@effervescentia effervescentia merged commit d01b585 into develop Sep 28, 2017
@effervescentia effervescentia deleted the BBD-724 branch September 28, 2017 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants