mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Add a tour for users new to broadcast services
This is an initial, prototype-quality attempt at introducing some kind of tour for users new to broadcasting. A lot of the users we’re speaking to don’t have a good concept of what broadcasting means, which is causing usability problems down the line. We did a similar thing in the early days of Notify to explain the concept of message templates and personalisation.
This commit is contained in:
@@ -352,6 +352,7 @@ class HeaderNavigation(Navigation):
|
||||
'old_guest_list',
|
||||
'who_can_use_notify',
|
||||
'who_its_for',
|
||||
'broadcast_tour',
|
||||
'broadcast_dashboard',
|
||||
'broadcast_dashboard_updates',
|
||||
'broadcast',
|
||||
@@ -375,6 +376,7 @@ class MainNavigation(Navigation):
|
||||
|
||||
mapping = {
|
||||
'dashboard': {
|
||||
'broadcast_tour',
|
||||
'broadcast_dashboard',
|
||||
'broadcast_dashboard_updates',
|
||||
'conversation',
|
||||
@@ -702,6 +704,7 @@ class CaseworkNavigation(Navigation):
|
||||
|
||||
mapping = {
|
||||
'dashboard': {
|
||||
'broadcast_tour',
|
||||
'broadcast_dashboard',
|
||||
'broadcast_dashboard_updates',
|
||||
},
|
||||
@@ -1330,6 +1333,7 @@ class OrgNavigation(Navigation):
|
||||
'old_guest_list',
|
||||
'who_can_use_notify',
|
||||
'who_its_for',
|
||||
'broadcast_tour',
|
||||
'broadcast_dashboard',
|
||||
'broadcast_dashboard_updates',
|
||||
'broadcast',
|
||||
|
||||
Reference in New Issue
Block a user