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

ENH: Improve usage statistics produce, refine visualization #85

Merged
merged 7 commits into from
Feb 2, 2024

Conversation

mgxd
Copy link
Collaborator

@mgxd mgxd commented Dec 13, 2023

Greatly improves existing database queries used to generate usage visualizations - improvements coming...

Fixes #79

TODO in a later PR

  • Add version filtering
  • Improve viz authentication

Reduces # of queries made to the database, with better data-munging.
The existing chart did not serve of much use.
This adds 3 linked charts to a project:
- Stacked bar chart showing counts for the various statuses, configurable to be displayed across different time interval buckets.
- A sliding window range chart to control the view of the other two charts.
- A line chart showing daily success rate.

TODO: a versions filter is still needed.
@mgxd mgxd marked this pull request as ready for review February 2, 2024 16:10
@mgxd mgxd merged commit 68b5dcf into nipreps:master Feb 2, 2024
1 check failed
@mgxd mgxd deleted the enh/usage-stats branch February 2, 2024 16:10
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.

Mapper issue with database models may fail to initialize
1 participant