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

3106 numeric missing bug - #1049

Merged
dhaneshnm merged 10 commits into
1.7.0-M4from
3106-numeric-missing-bug
Feb 17, 2022
Merged

3106 numeric missing bug#1049
dhaneshnm merged 10 commits into
1.7.0-M4from
3106-numeric-missing-bug

Conversation

@smitfire

@smitfire smitfire commented Feb 15, 2022

Copy link
Copy Markdown
Contributor

Fixes BlueBrain/nexus#3106

Description

Missing count reflects the subsequent changes to numeric column data. Previously did not
Screenshot 2022-02-15 at 16 07 54

How has this been tested?

Types of changes

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added necessary unit and integration tests.
  • [x ] I have added screenshots (if applicable), in the comment section.

@smitfire
smitfire changed the base branch from main to 1.6.1-path-4 February 15, 2022 15:08
@smitfire
smitfire changed the base branch from 1.6.1-path-4 to 1.7.0-M4 February 15, 2022 15:08
@nicwells

Copy link
Copy Markdown
Contributor

A '0' is being rendered currently when the numerical column options is first shown, see below

Screenshot 2022-02-15 at 16 33 54

.aggregation('missing', filterKeyWord, '(missing)')
.build();
nexusClient.Search.query(missingQuery).then(response => {
console.log('response');

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.

let us remove the console logs

@codecov-commenter

codecov-commenter commented Feb 16, 2022

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (1.7.0-M4@8e4d858). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             1.7.0-M4    #1049   +/-   ##
===========================================
  Coverage            ?   66.61%           
===========================================
  Files               ?       22           
  Lines               ?      668           
  Branches            ?      144           
===========================================
  Hits                ?      445           
  Misses              ?      223           
  Partials            ?        0           

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 8e4d858...33a284c. Read the comment docs.

@dhaneshnm
dhaneshnm self-requested a review February 16, 2022 09:33
…in/nexus-web into 3106-numeric-missing-bug

* '3106-numeric-missing-bug' of https://github.com/BlueBrain/nexus-web:
  3113 search reset bug fix (#1048)
  Remove biderictional arrows (#1047)
@dhaneshnm
dhaneshnm merged commit a5dcabb into 1.7.0-M4 Feb 17, 2022
@dhaneshnm
dhaneshnm deleted the 3106-numeric-missing-bug branch February 17, 2022 10:48
dhaneshnm pushed a commit that referenced this pull request Mar 11, 2022
* fix for missing counts and stats for numeric filters


* prettier formatting

Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
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.

4 participants