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

feat(indicator): overhaul currentness indicator #668

Merged
merged 25 commits into from
Aug 14, 2023

Conversation

Gigaszi
Copy link
Contributor

@Gigaszi Gigaszi commented Jul 25, 2023

Description

Change intervall to monthly. Remove lightgray box indicating he median. Add secondary y-axis. Add legend with relative contributions per label.
Result: class_ and label are now calculated by the percentage in each bin of contributions.
There are now specific thresholds for the months in each bin.

Corresponding issue

Closes #662
Closes #661
Closes #665
Closes #666
Closes #664
Closes #663
Closes #623
Closes #514
Closes #74

New or changed dependencies

  • None

Checklist

  • I have updated my branch to main (e.g. through git rebase main)
  • My code follows the style guide and was checked with pre-commit before committing
  • I have commented my code
  • I have added sufficient unit and integration tests
  • I have updated the CHANGELOG.md
  • Fix tests (result description)
  • Have a look at TODO comments
  • Make sure it looks good on the dashboard

@matthiasschaub matthiasschaub changed the title improve currentness feat(indicator): overhaul currentness indicator Aug 9, 2023
@matthiasschaub matthiasschaub marked this pull request as ready for review August 14, 2023 10:32
@matthiasschaub matthiasschaub self-requested a review August 14, 2023 12:46
@matthiasschaub matthiasschaub merged commit 2ce5ec9 into main Aug 14, 2023
2 checks passed
@matthiasschaub matthiasschaub deleted the currentness_calculation branch August 14, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment