-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pending
message data to daily and user_daily stats
#2199
Add pending
message data to daily and user_daily stats
#2199
Comments
@jonathanbobel researching/providing color options for pending that is accessible |
|
Currently, the Recent Activity table displays only the counts for delivered and failed messages. We aim to include the count of pending messages to provide a clearer representation of the daily messages sent.
Backend work:
Please update these endpoints to also have "pending" count
get_service_notification_statistics_by_day
"/service/{0}/statistics/{1}/{2}".format(service_id, start_date, days)
get_user_service_notification_statistics_by_day
/service/{0}/statistics/user/{1}/{2}/{3}".format(service_id, user_id, start_date, days),
Frontend work:
Display pending stats to chart
The text was updated successfully, but these errors were encountered: