This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2026-01-25 03:51:44 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d36d72494ffd93cb7827baa4a3ab2cd57282c01
notifications-api
/
tests
/
app
/
dao
History
Alexey Bezhan
90dc69b6bc
Merge pull request
#2303
from alphagov/ft-status-template-statistics
...
Change template statistics endpoint to use fact_notification_status_dao
2019-01-17 15:04:20 +00:00
..
notification_dao
Remove unused functions for getting template statistics
2019-01-15 12:15:20 +00:00
__init__.py
Work in progress, skeleton of the api created and testing started. Need to fix authentication tests.
2016-01-08 17:51:46 +00:00
test_annual_billing_dao.py
…
test_api_key_dao.py
…
test_complaint_dao.py
…
test_daily_sorted_letter_dao.py
…
test_date_utils.py
Rename method to get start and end date of a month for clarity
2017-08-11 16:56:47 +01:00
test_email_branding_dao.py
…
test_events_dao.py
…
test_fact_notification_status_dao.py
Merge pull request
#2303
from alphagov/ft-status-template-statistics
2019-01-17 15:04:20 +00:00
test_ft_billing_dao.py
Bump notifications-utils to 3.7.0
2018-11-26 12:53:39 +00:00
test_inbound_numbers_dao.py
…
test_inbound_sms_dao.py
…
test_invited_user_dao.py
…
test_jobs_dao.py
use ft_notification_status and notifications for job statistics
2018-12-12 13:27:19 +00:00
test_organisation_dao.py
…
test_permissions_dao.py
…
test_provider_details_dao.py
…
test_provider_rates_dao.py
…
test_service_callback_api_dao.py
…
test_service_data_retention_dao.py
…
test_service_email_reply_to_dao.py
…
test_service_inbound_api_dao.py
…
test_service_letter_contact_dao.py
…
test_service_permissions_dao.py
…
test_service_sms_sender_dao.py
…
test_service_whitelist_dao.py
…
test_services_dao.py
There is no need to have a separate table to store template monthly statistics. It's easy enough to aggregate the stats from ft_notification_status.
2019-01-14 16:30:36 +00:00
test_templates_dao.py
Remove unused functions for getting template statistics
2019-01-15 12:15:20 +00:00
test_users_dao.py
…