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

Explain the big number #81

Closed
aldeed opened this issue Jun 3, 2014 · 2 comments
Closed

Explain the big number #81

aldeed opened this issue Jun 3, 2014 · 2 comments

Comments

@aldeed
Copy link
Contributor

aldeed commented Jun 3, 2014

On the second square of the dashboard, there is no explanation of what the large number means. Maybe some small label text somewhere on the square?

@aaronjudd
Copy link
Contributor

Agreed. For reference when get back to the graphs.
The big circle is the "Order Aging Circle Graph"

The circle shows orders that haven't been completed, and changes colors depending on aging of those uncompleted orders:

  statusColor = (orderCount = 0) ->
    #colors
    bg = "#f5f5f5"
    info  = "#3bacba"
    warning =  "#f38b4e"
    danger =  "#f53e36"
    success = "#8abf57"
    #levels
    color = switch
      when orderCount <= 5 then danger
      when orderCount >= 6 then warning
      when orderCount >= 20 then info
      when orderCount >= 50 then success
    return color

@aaronjudd aaronjudd added this to the Dashboard Analytics milestone Jan 19, 2015
@aaronjudd
Copy link
Contributor

No big number anymore!

@aaronjudd aaronjudd removed the ready label Oct 8, 2015
aaronjudd pushed a commit that referenced this issue Dec 3, 2015
cmbirk pushed a commit to cmbirk/reaction that referenced this issue Aug 18, 2019
…update-develop-test-feb-27-2019

Daily update develop test feb 27 2019
brent-hoover pushed a commit that referenced this issue Sep 20, 2022
…ates

Fix `totalCount` on `getPaginatedResponseFromAggregate`
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

No branches or pull requests

2 participants