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

Add subscription graph #839

Merged

Conversation

larsbijl
Copy link
Contributor

Display a job's usage's using the bar chart.

subscription-graph

Closes #838

Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, just one question about the sys import.

@@ -0,0 +1,216 @@
import sys # We need sys so that we can pass argv to QApplication
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain more about how this works? Kind of weird to see it imported but not actually used anywhere in the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesn't sound right. I'll remove it as I can't see a reason for it.

Display a job's usage's using the bar chart.

Closes AcademySoftwareFoundation#838
Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bcipriano
Copy link
Collaborator

@larsbijl Merge conflict here as well. Ready to merge other than that.

@larsbijl larsbijl merged commit 70810ac into AcademySoftwareFoundation:master Dec 12, 2020
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.

Subscription Graph plugin
2 participants