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

Design and implement dashboard summary statistics panel(s) #1241

Closed
brylie opened this issue Jun 30, 2016 · 5 comments
Closed

Design and implement dashboard summary statistics panel(s) #1241

brylie opened this issue Jun 30, 2016 · 5 comments
Assignees
Milestone

Comments

@brylie
Copy link
Contributor

brylie commented Jun 30, 2016

Related to feedback received while working on #1040, our UI mockups contain a 'summary statistics' panel. Design and implement the 'summary statistics' panel(s) on the dashboard, including:

  • number of requests displayed /
  • total count of requests
  • percentage of successful requests
  • average response time (probably using mode, as opposed to mean)
  • number of unique users who have called the API(s)

Wireframe

apinf analytics charts

References

For the 'average response time' panel, the mode is suggested based on the observation that response time data is skewed, e.g. it 'leans to the left'. For skewed data, the mode will give a better estimation of the center than the mean, .

See: Wikipedia - Skewness
positive and negative skew

mean, median, and mode with relation to normal and skewed curves

@brylie brylie changed the title Design and implement dashboard summary statistics panel Design and implement dashboard summary statistics panel(s) Jun 30, 2016
@brylie
Copy link
Contributor Author

brylie commented Jul 4, 2016

@Nazarah would you like to take this task? It is mainly a task to coordinate several sub-tasks. E.g.

@Nazarah
Copy link
Contributor

Nazarah commented Jul 4, 2016

I will copilot

@Nazarah Nazarah self-assigned this Jul 4, 2016
@Nazarah
Copy link
Contributor

Nazarah commented Jul 5, 2016

@brylie : do I need to provide the wireframe again? Cause the issue isn't showing one.

@brylie
Copy link
Contributor Author

brylie commented Jul 5, 2016

@Nazarah that would be helpful, yes :-)

@Nazarah Nazarah added ready and removed planning labels Jul 7, 2016
@Nazarah
Copy link
Contributor

Nazarah commented Jul 11, 2016

Wireframe uploaded.
Added a simple tooltip and popup to notify users about average response time is calculated as Mode.

@55 55 added this to the Sprint 26 milestone Jul 18, 2016
@55 55 closed this as completed Jul 18, 2016
@55 55 removed the ready label Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants