objectcomputing / check-ins

Other
7 stars 6 forks source link

feat: allow check-in reporting by period #2352

Closed vhscom closed 4 months ago

vhscom commented 4 months ago

Now Check-Ins admins can view a quarterly report of enhanced Check-ins activity and navigate between quarters. To test this functionality locally check-out the branch and navigate to: http://localhost:8080/checkins-reports. Note I did a bit of refactoring during the pull to modularize the CheckinReport component as it was getting unwieldy at 400 LOC.

This pull implements the final AC remaining from #2212.