From 6c3ee7a6ea639f94718fdf45a5d3f723c867a9ee Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Mon, 5 Feb 2018 14:51:27 +0000
Subject: [PATCH] Remove beta badge from header
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
We have found repeatedly in research that our users don’t know what
‘beta’ means. In this situation they come up with their own
interpretation of what it means, for example that:
- certain features are not available to them
- Notify as a whole is not available to them
- they are using a ‘different’ version of Notify to those using it for
real
In the most severe cases this ambiguity actively dissuades users from
adopting Notify. We know this from support tickets and user research;
there are probably a host of other teams we haven’t spoken to.
Here’s a quote from a user research session just last week:
> Once we’ve got the facility to receive inbound messages […] that’s not
> available to us at the moment with a beta account
From support tickets:
> We see that the service is still in beta mode – can we assume
> uninterrupted service reliability and performance?
> we do not have a .gov.uk email address any longer but I was wondering
> if we would be able to utilize the notify system which is currently in
> beta
> We are currently using the BETA version, are we able to switch to the
> TEST version so we can add other numbers to send SMS to?
> I have previously enquired about this option [receiving text messages],
> but thought it was still at Beta stage. If we can set it up so that
> notify handles the responses that would be great.
> [after going live] Should I see the wording LIVE on the login screen
> as I still see BETA.,....
> Also I note that you are a BETA service just now and that to use the
> service we would need a .gov.uk email address. We don't have this, is
> there any way that [redacted] could use the service as I note that one
> of the teams have an account?
---
This commit removes the beta badge from Notify, and hopefully with it
the confusion it’s causing our users.
---
app/assets/stylesheets/app.scss | 11 -----------
app/assets/stylesheets/main.scss | 2 --
app/templates/admin_template.html | 3 ---
3 files changed, 16 deletions(-)
diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss
index fcc5f8e30..3d3200375 100644
--- a/app/assets/stylesheets/app.scss
+++ b/app/assets/stylesheets/app.scss
@@ -45,12 +45,6 @@
}
-.beta-badge {
- @include phase-tag();
- margin: 10px 0 0 0;
-}
-
-
@include media(desktop) {
#proposition-menu {
float: right;
@@ -172,11 +166,6 @@ details summary {
}
-.phase-banner-beta {
- border: 0;
- margin-bottom: -$gutter + 2px;
-}
-
.body-copy-table {
table {
diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss
index d4a2315df..0d98f83f0 100644
--- a/app/assets/stylesheets/main.scss
+++ b/app/assets/stylesheets/main.scss
@@ -13,7 +13,6 @@ $path: '/static/images/';
@import 'helpers';
@import 'url-helpers';
@import 'design-patterns/buttons';
-@import 'design-patterns/alpha-beta';
// Dependencies from GOV.UK Elements
// https://github.com/alphagov/govuk_elements
@@ -28,7 +27,6 @@ $path: '/static/images/';
@import 'elements/layout';
@import 'elements/lists';
@import 'elements/panels';
-@import 'elements/phase-banner';
@import 'elements/tables';
diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index c6146930f..35319907d 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -33,9 +33,6 @@
{% endblock %}
-{% block inside_header %}
- Beta
-{% endblock %}
{% block header_class %}with-proposition{% endblock %}
{% block proposition_header %}