mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Add new report to show monthly notification stats for each service
This report will be used by the engagement team. There is a form to give a start and end date for the report, and the form is then downloaded as a CSV file when the form is submitted.
This commit is contained in:
@@ -89,6 +89,7 @@ class HeaderNavigation(Navigation):
|
||||
'letter_branding',
|
||||
'live_services',
|
||||
'live_services_csv',
|
||||
'notifications_sent_by_service',
|
||||
'performance_platform_xlsx',
|
||||
'platform_admin',
|
||||
'platform_admin_letter_validation_preview',
|
||||
@@ -499,6 +500,7 @@ class MainNavigation(Navigation):
|
||||
'message_status',
|
||||
'manage_org_users',
|
||||
'new_password',
|
||||
'notifications_sent_by_service',
|
||||
'old_integration_testing',
|
||||
'old_roadmap',
|
||||
'old_service_dashboard',
|
||||
@@ -721,6 +723,7 @@ class CaseworkNavigation(Navigation):
|
||||
'message_status',
|
||||
'monthly',
|
||||
'new_password',
|
||||
'notifications_sent_by_service',
|
||||
'old_integration_testing',
|
||||
'old_roadmap',
|
||||
'old_service_dashboard',
|
||||
@@ -993,6 +996,7 @@ class OrgNavigation(Navigation):
|
||||
'message_status',
|
||||
'monthly',
|
||||
'new_password',
|
||||
'notifications_sent_by_service',
|
||||
'old_integration_testing',
|
||||
'old_roadmap',
|
||||
'old_service_dashboard',
|
||||
|
||||
Reference in New Issue
Block a user