feat: add date filters to volunteer analytics#227
Open
akankshab418 wants to merge 1 commit into
Open
Conversation
akankshab418
force-pushed
the
feature/volunteer-date-filters
branch
from
July 14, 2026 19:58
e78bd15 to
621286a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
I added separate date filters for the Volunteer Activity Trend and Volunteers by Location charts.
The Volunteer Activity Trend now supports 7D, 30D, 1Y, All, and Custom date ranges. The 7D, 30D, and Custom options group the results by day, while 1Y and All group them by month.
I also changed the trend response key from
monthtoperiod.For Volunteers by Location, I added the same date-range options, but the data is only filtered by date. I did not change the existing country grouping or response format.
The trend and location filters work independently, and the changes are applied to both the Virginia and Ireland database calls.
Testing completed
I did not make any changes to the existing production credential setup.