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

Summary stats #18

Open
lheisler opened this issue May 29, 2018 · 0 comments
Open

Summary stats #18

lheisler opened this issue May 29, 2018 · 0 comments

Comments

@lheisler
Copy link

It would be helpful to get summary stats by project and workflow.

I can currently do this by making multiple calls to the API, requesting each project/workflow combination, and then counting PENDING/PASS/FAIL.

but this is very slow.

Wondering if there is a faster way to get this.
perhaps a summary endpoint on the api
eg.
http:https://gsi-dcc.oicr.on.ca:3000/summary?projects=ALL&workflows=CASAVA
http:https://gsi-dcc.oicr.on.ca:3000/summary?projects=PRJ1,PRJ2,PRJ3&workflows=CASAVA,BWAMEM

which would pull back information such that i could form a table like

PROJECT WORKFLOW PASS FAIL PENDING
PRJ1 CASAVA 10 2 20
PRJ2 CASAVA 100 4 0
PRJ1 BWA 5 1 10
etc

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

1 participant