GSA / notifications-admin

The UI of Notify.gov
https://notify.gov
Other
11 stars 2 forks source link

Add report options #1605

Closed A-Shumway42 closed 1 week ago

A-Shumway42 commented 3 weeks ago

Description

Links have been added to help with report options for users. There is a link for today's data, a link for 3-days and one more for 5-days. The 7-day report option is still there.

Screenshot 2024-06-10 at 10 08 23 AM

ACTIVITY_STATS_LIMIT_DAYS = { "today": 0, "one_day": 1, "three_day": 3, "five_day": 5, "seven_day": 7, }

I looked at this and passing in the zero will generate report data only for today. Passing the 1 does todays data and yesterdays. It depends on what options we want to give the user.

Security Considerations

None