From 4113a2819d5bbb50c141393414fa9d0d03073edc Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 17 Jul 2024 12:18:05 -0400 Subject: [PATCH] Merged dashboard.html --- app/templates/views/dashboard/dashboard.html | 39 +++++++++++++++----- poetry.lock | 1 - 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index abd127f57..2cbde843f 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -9,7 +9,7 @@ {% block maincolumn_content %} -
+

Dashboard

{% if current_user.has_permissions('manage_templates') and not current_service.all_templates %} @@ -18,22 +18,27 @@ {{ ajax_block(partials, updates_url, 'upcoming') }} - -

{{ current_service.name }} Dashboard

-

- Messages sent -

- {{ ajax_block(partials, updates_url, 'inbox') }} - {{ ajax_block(partials, updates_url, 'totals') }} + + +
+

Total Messages

+ +
+
+
+

+ What counts as 1 text message part?
+ See Tracking usage. +

Activity snapshot

-
+
-
+
{{ current_service.name }} - Last 7 Days
@@ -54,6 +59,8 @@
+ {% if current_user.has_permissions('manage_service') %}{% endif %} +

Recent Batches

@@ -124,5 +131,17 @@

Recent templates

{{ ajax_block(partials, updates_url, 'template-statistics') }} + {#

Message count

+ {% if current_user.has_permissions('manage_service') %} +

+ {{ ajax_block(partials, updates_url, 'usage') }} +

During the pilot period, each service has an allowance of 250,000 message parts. Once this allowance is met, the + application will stop delivering messages. There's no monthly charge, no setup fee, and no procurement cost.

+

+ What counts as 1 text message part?
+ See pricing. +

+ {% endif %} #} + {% endblock %} diff --git a/poetry.lock b/poetry.lock index 14de12290..9ef6a8718 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1685,7 +1685,6 @@ files = [ {file = "msgpack-1.0.8-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5fbb160554e319f7b22ecf530a80a3ff496d38e8e07ae763b9e82fadfe96f273"}, {file = "msgpack-1.0.8-cp39-cp39-win32.whl", hash = "sha256:f9af38a89b6a5c04b7d18c492c8ccf2aee7048aff1ce8437c4683bb5a1df893d"}, {file = "msgpack-1.0.8-cp39-cp39-win_amd64.whl", hash = "sha256:ed59dd52075f8fc91da6053b12e8c89e37aa043f8986efd89e61fae69dc1b011"}, - {file = "msgpack-1.0.8-py3-none-any.whl", hash = "sha256:24f727df1e20b9876fa6e95f840a2a2651e34c0ad147676356f4bf5fbb0206ca"}, {file = "msgpack-1.0.8.tar.gz", hash = "sha256:95c02b0e27e706e48d0e5426d1710ca78e0f0628d6e89d5b5a5b91a5f12274f3"}, ]