1
0
Fork 0
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

Closed
opened 2026-05-07 00:09:08 +02:00 by BreizhHardware · 1 comment

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

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
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 - [x] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
BreizhHardware 2026-05-07 00:09:08 +02:00
Author
Owner

@aneopsy commented on GitHub (Mar 1, 2026):

🚀

<!-- gh-comment-id:3980254205 --> @aneopsy commented on GitHub (Mar 1, 2026): 🚀
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#357
No description provided.