Skip to content

Commit a8bda6d

Browse files
committed
April updates
1 parent de38951 commit a8bda6d

19 files changed

+11041
-137
lines changed

app/assets/sass/application.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ $backlog-colour: $purple;
5959
.txt-discovery {color:$discovery-colour}
6060
.txt-alpha {color:$alpha-colour}
6161
.txt-beta {color:$beta-colour}
62+
.txt-public {color:$beta-colour}
6263
.txt-live {color:$live-colour}
6364
/*
6465
Lists of links
@@ -111,6 +112,7 @@ $backlog-colour: $purple;
111112
.border-discovery {border-color:$discovery-colour;}
112113
.border-alpha {border-color:$alpha-colour;}
113114
.border-beta {border-color:$beta-colour;}
115+
.border-public {border-color:$beta-colour;}
114116
.border-live {border-color:$live-colour;}
115117
.border-internal {border-color:$black;}
116118

@@ -197,7 +199,7 @@ $backlog-colour: $purple;
197199
margin-top:0px;
198200
padding-top:5px;
199201
li {margin-bottom:5px;}
200-
202+
201203
@media (min-width: 641px){
202204
margin-top:45px;
203205
}

app/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var priority_descriptions = {
3333
/*
3434
A way to force the ordering of the phases.
3535
*/
36-
var phase_order = ['backlog','discovery','alpha','beta','live'];
36+
var phase_order = ['backlog','discovery','alpha','beta','public beta','live'];
3737

3838
/*
3939
A function to gather the data by

app/views/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2 class="heading-large service-area">{{ name }}</h2>
7777

7878
{% endfor %}
7979

80-
<p style="margin-top: 100px">Last updated 2 November 2016. <a href="/about">About the digital portfolio</a><p>
80+
<p style="margin-top: 100px">Last updated 5 April 2017. <a href="/about">About the digital portfolio</a><p>
8181

8282
</main>
8383

lib/projects/access-to-work.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"priority":"TBC",
2525
"prototype":"http://accesstowork.herokuapp.com/application/",
2626
"showntells": [
27-
"8 November 2016, 13:00",
28-
"6 December 2016, 13:00"
27+
2928
]
3029
}

lib/projects/bereavement-allowance.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Looking at how to help bereaved customers report and deal with changes after a death.",
55
"theme": "Retirement Provision",
66
"location": "Newcastle",
7-
"phase":"alpha",
7+
"phase":"beta",
8+
"phase_modifier":"Private",
89
"sro":"Graeme Wallace",
910
"service_man":"Danny Mclaughlin",
1011
"phase-history":{
@@ -13,6 +14,10 @@
1314
],
1415
"alpha": [
1516
{"label":"Started", "date": "April 2016"}
17+
],
18+
"beta": [
19+
{"label":"Private beta started", "date": "July 2016"},
20+
{"label":"Public beta start", "date": "July 2017"}
1621
]
1722
},
1823
"priority":"TBC",

lib/projects/check-state-pension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"priority":"TBC",
2525
"prototype":"http://nisp.herokuapp.com/",
2626
"showntells": [
27-
"7 December 2016, 11:00"
27+
2828
]
2929
}

lib/projects/digital-debt-management-service.json

-20
This file was deleted.

lib/projects/dwp-account.json

-17
This file was deleted.

lib/projects/employment-support-allowance.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"theme": "Health & Disability",
66
"location": "Leeds",
77
"phase":"beta",
8+
"phase_modifier":"Private",
89
"sro":"Justin Russell",
910
"service_man":"Adam Tostevin",
1011
"phase-history":{
@@ -16,8 +17,7 @@
1617
],
1718
"beta": [
1819
{"label":"Started", "date": "July 2016"},
19-
{"label":"Private beta started", "date": "September 2016"},
20-
{"label":"Public beta predicted", "date": "February 2017"}
20+
{"label":"Private beta started", "date": "September 2016"}
2121
]
2222
},
2323

lib/projects/fit-notes.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
"description": "Looking at how to get Fit Note information into the department more quickly to ensure customers receive the support they need.",
55
"theme": "Health & Disability",
66
"location": "Leeds",
7-
"phase":"alpha",
8-
"sro":"Kenny Robertson",
9-
"service_man":"Liz Whitefield",
7+
"phase":"beta",
8+
"phase_modifier":"Private",
9+
"sro":"James Parker",
10+
"service_man":"Shaun Lynn",
1011
"phase-history":{
1112
"discovery": [
1213
{"label":"Completed", "date": "March 2016"}
1314
],
1415
"alpha": [
15-
{"label":"Started", "date": "April 2016"}
16+
{"label":"Completed", "date": "January 2017"}
1617
],
1718
"beta": [
18-
{"label":"Predicted start date", "date": "October 2016"}
19+
{"label":"Started", "date": "October 2016"},
20+
{"label":"Public beta predicted start", "date": "Summer 2017"}
1921
]
2022
},
21-
23+
2224
"priority":"TBC"
2325
}

lib/projects/get-state-pension.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"theme": "Retirement Provision",
66
"location": "Newcastle",
77
"phase":"beta",
8+
"phase_modifier":"Private",
89
"sro":"Graeme Wallace",
910
"service_man":"Naomi Bell",
1011
"phase-history":{
@@ -15,11 +16,13 @@
1516
{"label":"Completed", "date": "December 2015"}
1617
],
1718
"beta": [
18-
{"label":"Started", "date": "January 2016"} ]
19+
{"label":"Started", "date": "January 2016"},
20+
{"label":"Public beta planned", "date": "December 2017 TBC"}
21+
]
1922
},
2023
"priority":"TBC",
2124
"prototype":"https://getyourstatepension.herokuapp.com/",
2225
"showntells": [
23-
"7 December 2016, 12:00"
26+
2427
]
2528
}

lib/projects/pension-credit-plus.json

-16
This file was deleted.

lib/projects/real-time-earnings.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"theme": "Fraud & Debt",
66
"location": "Leeds",
77
"phase":"beta",
8+
"phase_modifier":"Private",
89
"facing":"internal",
910
"sro":"Charu Gorasia",
1011
"service_man":"Janet Wilkinson",

lib/projects/report-benefit-fraud.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"theme": "Fraud & Debt",
66
"location": "Newcastle",
77
"phase":"beta",
8+
"phase_modifier":"Public",
89
"sro":"Charu Gorasia",
910
"service_man":"Gary Wainwright ",
1011
"phase-history":{
@@ -17,7 +18,7 @@
1718
"beta": [
1819
{"label":"Started", "date": "October 2015"},
1920
{"label":"Private beta Started", "date": "March 2016"},
20-
{"label":"Public beta predicted", "date": "October 2016"}
21+
{"label":"Public beta Started", "date": "November 2016"}
2122
]
2223
},
2324
"priority":"TBC",

lib/projects/secure-communications.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"beta": [
2020
{"label":"Started", "date": "August 2015"},
2121
{"label":"Private beta started", "date": "April 2016"},
22-
{"label":"Public beta predicted", "date": "January 2017"}
22+
{"label":"Public beta predicted", "date": "May 2017"}
2323
]
2424
},
2525
"priority":"TBC",

lib/projects/security-business-service.json

-23
This file was deleted.

lib/projects/telephony-identity-assurance.json

-17
This file was deleted.

lib/projects/uc-change-delivery-framework.json

-25
This file was deleted.

0 commit comments

Comments
 (0)