mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #548] [Feature]: Statistic page - Add time range filter to statistics page & fix success rate calculation #357
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#357
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aneopsy on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/548
Originally assigned to: @aneopsy on GitHub.
Problem or Use Case
It would be very useful to have a time range selector on the statistics page, with preset options such as "Last 7 days," "Last 30 days," and "Yesterday," as well as a custom From / To date picker for more flexibility.
Bonus: Success rate calculation appears incorrect:
With 249 successful and 67 failed jobs, the displayed success rate is 60%, but the expected value is 78% (249 / (249 + 67) ≈ 0.78). The formula used to compute the success rate may need to be reviewed.
Proposed Solution
Alternatives Considered
No response
Feature Category
Monitoring & Stats
Priority
Would improve my workflow
Mockups or Examples
No response
Contribution
Checklist
@aneopsy commented on GitHub (Mar 1, 2026):
🚀