Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph display needs a Y axis minimum #60

Closed
1 task done
cdcabrera opened this issue Jul 26, 2019 · 0 comments · Fixed by #61
Closed
1 task done

Graph display needs a Y axis minimum #60

cdcabrera opened this issue Jul 26, 2019 · 0 comments · Fixed by #61
Assignees
Labels
api API response integration bug Something isn't working env:local phase 1

Comments

@cdcabrera
Copy link
Member

cdcabrera commented Jul 26, 2019

Description

We currently have a range implementation that accounts for zero items, where it sets a range of 0-100, this should be expanded to encompass all result sets.

Acceptance Criteria

  • A minimum range implementation should be implemented for partial result sets

Assumptions and Questions

  • This should help to minimize display shifts that are deceptive ... i.e 0-100 having the same weight as 0-1
  • What is the minimum range we should implement? 0-10, 0-15, 0-25, 0-50, 0-100?
  • As of 20190726 this is what happens when a partial result set populated with zeros is returned from the API... part of this is the GUI implementation wasn't expecting zero result sets, this could be a fluke, but as a fallback we should probably take this into account
    Screen Shot 2019-07-26 at 10 34 34 AM
@cdcabrera cdcabrera added backlog Future work bug Something isn't working phase 1 api API response integration labels Jul 26, 2019
@cdcabrera cdcabrera removed the backlog Future work label Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API response integration bug Something isn't working env:local phase 1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants