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

Implement issue analytics and fixed Label Counts analytics #665

Merged
merged 2 commits into from
Aug 14, 2022

Conversation

vaishnavi-gupta18
Copy link
Collaborator

Description

  • Added issue analytics : Added three doughnut charts displaying issue proportions according to their priority, category and status
  • Fixed Label Counts analytics

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

analytics.mp4

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link
Collaborator

@amlannandy amlannandy left a comment

Choose a reason for hiding this comment

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

Looks good to me. Nice work.
Just a small improvement we can make. Is it possible to make it so that when we hover/click on a particular section in the Pie chart, we also get to see the actual number of items in that section?
Does the package we're currently using allow that?
This is completely optional. If it's not possible we can merge as it is.

@vaishnavi-gupta18
Copy link
Collaborator Author

@amlannandy This functionality is already present. I forgot to show it in the demonstration video.

analytics.hover.mp4

@amlannandy
Copy link
Collaborator

@amlannandy This functionality is already present. I forgot to show it in the demonstration video.

analytics.hover.mp4

Ah that's great then.

@amlannandy amlannandy merged commit bbb7f25 into scorelab:master Aug 14, 2022
@vaishnavi-gupta18 vaishnavi-gupta18 added GSoC 2022 Tasks related to GSoC 2022 backend Issue and PR regarding backend frontend Issue and PR regarding frontend labels Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue and PR regarding backend frontend Issue and PR regarding frontend GSoC 2022 Tasks related to GSoC 2022
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants