Skip to content
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

Open
Tracked by #2171
heyitsmebev opened this issue Dec 10, 2024 · 1 comment
Open
Tracked by #2171

Add pending message data to daily and user_daily stats #2199

heyitsmebev opened this issue Dec 10, 2024 · 1 comment

Comments

@heyitsmebev
Copy link
Contributor

heyitsmebev commented Dec 10, 2024

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.

image

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

@heyitsmebev
Copy link
Contributor Author

@jonathanbobel researching/providing color options for pending that is accessible
@heyitsmebev will coordinate to get "pending" into the endpoint with backend dev and update the chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Up-Next
Development

No branches or pull requests

2 participants