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-07-03 07:57:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0b65e75fe974ad3d75720be59fea3007dfecfd81
notifications-api
/
app
/
dao
History
Rebecca Law
2c41d6130c
Merge pull request
#2617
from alphagov/notification-count-for-job
...
Return count of notifications in the database for a job
2019-10-03 16:54:30 +01:00
..
__init__.py
…
annual_billing_dao.py
…
api_key_dao.py
…
complaint_dao.py
…
daily_sorted_letter_dao.py
…
dao_utils.py
…
date_util.py
use dates rather than datetimes when comparing with bst_date
2019-09-02 11:56:56 +01:00
email_branding_dao.py
…
events_dao.py
…
fact_billing_dao.py
The sheet count was not calculated properly (it should be billable_units/notifications_sent).
2019-09-03 13:16:08 +01:00
fact_notification_status_dao.py
split up reporting tasks in to separate tasks per day
2019-08-19 16:06:25 +01:00
inbound_numbers_dao.py
…
inbound_sms_dao.py
…
invited_org_user_dao.py
…
invited_user_dao.py
…
jobs_dao.py
If a job was created 7 days ago but scheduled to send 2 days later, the csv file will be deleted from S3 two days early.
2019-08-07 16:54:04 +01:00
letter_branding_dao.py
…
notifications_dao.py
Merge pull request
#2617
from alphagov/notification-count-for-job
2019-10-03 16:54:30 +01:00
organisation_dao.py
Refactor for reuse
2019-09-25 15:36:55 +01:00
permissions_dao.py
…
provider_details_dao.py
…
provider_rates_dao.py
…
service_callback_api_dao.py
…
service_data_retention_dao.py
…
service_email_reply_to_dao.py
…
service_inbound_api_dao.py
…
service_letter_contact_dao.py
Let services have no default letter contact blocks
2019-07-22 10:40:18 +01:00
service_permissions_dao.py
…
service_sms_sender_dao.py
…
service_user_dao.py
…
service_whitelist_dao.py
…
services_dao.py
Give GP practices NHS branding by default
2019-08-28 15:33:00 +01:00
template_folder_dao.py
…
templates_dao.py
Add endpoint for getting / creating a hidden template
2019-09-12 09:56:10 +01:00
users_dao.py
…