[Feature] Activity Filter - Custom Date Range #8222

Open
opened 2025-11-02 07:58:14 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @Matlock42 on GitHub (Dec 7, 2021).

Feature Description

I think it would be useful to have the option to set a custom filter on the Activity page of a repository. I use this in my organization to report out metrics, however it is not 100% accurate if the month ends on a weekend or holiday. It would be nice to have a way to obtain these metrics by plugging in a date range. This would also allow one to go back and look at a previous month/year/etc to compare activity. Even a GET request would be sufficient if the UI would be too cumbersome. Something like:

mygitea.com/repo/activity/custom?from=2021-11-01&to=2021-12-01

Screenshots

No response

Originally created by @Matlock42 on GitHub (Dec 7, 2021). ### Feature Description I think it would be useful to have the option to set a custom filter on the Activity page of a repository. I use this in my organization to report out metrics, however it is not 100% accurate if the month ends on a weekend or holiday. It would be nice to have a way to obtain these metrics by plugging in a date range. This would also allow one to go back and look at a previous month/year/etc to compare activity. Even a GET request would be sufficient if the UI would be too cumbersome. Something like: ``` mygitea.com/repo/activity/custom?from=2021-11-01&to=2021-12-01 ``` ### Screenshots _No response_
GiteaMirror added the type/proposal label 2025-11-02 07:58:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8222