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

Revamp core calculations in issue export #128

Merged
merged 4 commits into from
Jan 29, 2024

Conversation

maximilianruesch
Copy link
Collaborator

@maximilianruesch maximilianruesch commented Jan 28, 2024

Changes some core behaviour in the issue export, namely:

  • Changes the working days calculation to just be a diff from the start and end date
  • Excludes weekends from this diff
  • Precomputes the start and end dates and changes the date filter to only include issues if their first in-progress transition is after the start date and their last done-transition is before the end-date.
  • Only shows "done" status for selection on what to include in the export

Open questions:

  • What should happen with issues that never had a in-progress transition? Currently they are filtered out. -> Filtered out is fine.

@maximilianruesch maximilianruesch merged commit b465605 into main Jan 29, 2024
7 checks passed
@maximilianruesch maximilianruesch deleted the change/revamp-issue-export branch January 29, 2024 19:33
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.

2 participants