govuk_document_types 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/data/supertypes.yml +179 -3
- data/lib/govuk_document_types/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c69050edab6c791a73b7879cb0202e5a82dddeff
|
|
4
|
+
data.tar.gz: 8b2b21f40873ff15eed3ea8004c6e1210130250c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7049a04a1e395d4409b079b28e8ef0706454847dcf1dbfda59370b9d052d8875cb54342d21bdbaa7d46ce167a91fdf6b024fdc58590c0446b9562c8638ccb0b
|
|
7
|
+
data.tar.gz: c8756847388dac2fa7a373aee0bae55df34cf71cb3381c0f613699da247e0128066d29b9d95427c8b6ec124071ac8fac4a84c435692aace7de95600314a5cb83
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# 0.1.11
|
|
2
|
+
|
|
3
|
+
* Add travel_advice_index document type to search_user_need_document_supertype
|
|
4
|
+
* Add user_need_document_supertype
|
|
5
|
+
* Remove calendar document type from navigation_document_supertype
|
|
6
|
+
* Remove calendar document type from search_user_need_document_supertype
|
|
7
|
+
* Remove business_support_finder document type from user_journey_document_supertype
|
|
8
|
+
|
|
1
9
|
# 0.1.10
|
|
2
10
|
|
|
3
11
|
* Add calendar document type to search_user_need_document_supertype
|
data/data/supertypes.yml
CHANGED
|
@@ -6,7 +6,6 @@ navigation_document_supertype:
|
|
|
6
6
|
- id: guidance
|
|
7
7
|
document_types:
|
|
8
8
|
- answer
|
|
9
|
-
- calendar
|
|
10
9
|
- contact
|
|
11
10
|
- detailed_guide
|
|
12
11
|
- document_collection
|
|
@@ -27,6 +26,184 @@ navigation_document_supertype:
|
|
|
27
26
|
- transaction
|
|
28
27
|
- travel_advice
|
|
29
28
|
|
|
29
|
+
user_need_document_supertype:
|
|
30
|
+
name: "User need"
|
|
31
|
+
description: "As defined by the Frontend & Navigation team in Q3-2017 - https://gov-uk.atlassian.net/wiki/spaces/GFED/pages/187564388/Grouping+document+types+by+need"
|
|
32
|
+
default: other
|
|
33
|
+
items:
|
|
34
|
+
- id: updates-and-alerts
|
|
35
|
+
document_types:
|
|
36
|
+
- drug_safety_update
|
|
37
|
+
- fatality_notice
|
|
38
|
+
- medical_safety_alert
|
|
39
|
+
- national_statistics_announcement
|
|
40
|
+
- official_statistics_announcement
|
|
41
|
+
- press_release
|
|
42
|
+
- staff_update
|
|
43
|
+
- statistics_announcement
|
|
44
|
+
- vehicle_recalls_and_faults_alert
|
|
45
|
+
|
|
46
|
+
- id: news-promotions
|
|
47
|
+
document_types:
|
|
48
|
+
- authored_article
|
|
49
|
+
- campaign
|
|
50
|
+
- case_study
|
|
51
|
+
- news_article
|
|
52
|
+
- news_story
|
|
53
|
+
- world_location_news_article
|
|
54
|
+
- world_news_story
|
|
55
|
+
|
|
56
|
+
- id: marketing
|
|
57
|
+
document_types:
|
|
58
|
+
- promotional
|
|
59
|
+
- coming_soon
|
|
60
|
+
|
|
61
|
+
- id: speeches
|
|
62
|
+
document_types:
|
|
63
|
+
- oral_statement
|
|
64
|
+
- speech
|
|
65
|
+
- written_statement
|
|
66
|
+
|
|
67
|
+
- id: guidance
|
|
68
|
+
document_types:
|
|
69
|
+
- answer
|
|
70
|
+
- calendar
|
|
71
|
+
- detailed_guide
|
|
72
|
+
- guidance
|
|
73
|
+
- guide
|
|
74
|
+
- hmrc_manual
|
|
75
|
+
- hmrc_manual_section
|
|
76
|
+
- html_publication
|
|
77
|
+
- manual
|
|
78
|
+
- manual_section
|
|
79
|
+
- statutory_guidance
|
|
80
|
+
- travel_advice
|
|
81
|
+
|
|
82
|
+
- id: contacts
|
|
83
|
+
document_types:
|
|
84
|
+
- contact
|
|
85
|
+
|
|
86
|
+
- id: transactions
|
|
87
|
+
document_types:
|
|
88
|
+
- calculator
|
|
89
|
+
- completed_transaction
|
|
90
|
+
- form
|
|
91
|
+
- local_transaction
|
|
92
|
+
- place
|
|
93
|
+
- simple_smart_answer
|
|
94
|
+
- smart_answer
|
|
95
|
+
- transaction
|
|
96
|
+
|
|
97
|
+
- id: reports
|
|
98
|
+
document_types:
|
|
99
|
+
- aaib_report
|
|
100
|
+
- consultation_outcome
|
|
101
|
+
- financial_release
|
|
102
|
+
- impact_assessment
|
|
103
|
+
- independent_report
|
|
104
|
+
- maib_report
|
|
105
|
+
- procurement
|
|
106
|
+
- raib_report
|
|
107
|
+
- regulation
|
|
108
|
+
- research
|
|
109
|
+
- service_standard_report
|
|
110
|
+
|
|
111
|
+
- id: decisions
|
|
112
|
+
document_types:
|
|
113
|
+
- asylum_support_decision
|
|
114
|
+
- decision
|
|
115
|
+
- dfid_research_output
|
|
116
|
+
- employment_appeal_tribunal_decision
|
|
117
|
+
- employment_tribunal_decision
|
|
118
|
+
- government_response
|
|
119
|
+
- international_treaty
|
|
120
|
+
- tax_tribunal_decision
|
|
121
|
+
- utaac_decision
|
|
122
|
+
|
|
123
|
+
- id: engagement-activities
|
|
124
|
+
document_types:
|
|
125
|
+
- closed_consultation
|
|
126
|
+
- cma_case
|
|
127
|
+
- consultation
|
|
128
|
+
- licence
|
|
129
|
+
- notice
|
|
130
|
+
- open_consultation
|
|
131
|
+
|
|
132
|
+
- id: data
|
|
133
|
+
document_types:
|
|
134
|
+
- correspondence
|
|
135
|
+
- foi_release
|
|
136
|
+
- national_statistics
|
|
137
|
+
- need
|
|
138
|
+
- official_statistics
|
|
139
|
+
- statistical_data_set
|
|
140
|
+
- statistics
|
|
141
|
+
- transparency
|
|
142
|
+
|
|
143
|
+
- id: organising-entities
|
|
144
|
+
document_types:
|
|
145
|
+
- working_group
|
|
146
|
+
- organisation
|
|
147
|
+
- person
|
|
148
|
+
- worldwide_organisation
|
|
149
|
+
- world_location
|
|
150
|
+
- topical_event
|
|
151
|
+
- policy_area
|
|
152
|
+
- field_of_operation
|
|
153
|
+
- ministerial_role
|
|
154
|
+
- topical_event_about_page
|
|
155
|
+
|
|
156
|
+
- id: support
|
|
157
|
+
document_types:
|
|
158
|
+
- countryside_stewardship_grant
|
|
159
|
+
- esi_fund
|
|
160
|
+
- international_development_fund
|
|
161
|
+
|
|
162
|
+
- id: navigation
|
|
163
|
+
document_types:
|
|
164
|
+
- finder_email_signup
|
|
165
|
+
- homepage
|
|
166
|
+
- mainstream_browse_page
|
|
167
|
+
- search
|
|
168
|
+
- take_part
|
|
169
|
+
- taxon
|
|
170
|
+
- topic
|
|
171
|
+
|
|
172
|
+
- id: finder
|
|
173
|
+
document_types:
|
|
174
|
+
- document_collection
|
|
175
|
+
- finder
|
|
176
|
+
- travel_advice_index
|
|
177
|
+
|
|
178
|
+
- id: corporate-info
|
|
179
|
+
document_types:
|
|
180
|
+
- about
|
|
181
|
+
- about_our_services
|
|
182
|
+
- access_and_opening
|
|
183
|
+
- complaints_procedure
|
|
184
|
+
- corporate_report
|
|
185
|
+
- equality_and_diversity
|
|
186
|
+
- help_page
|
|
187
|
+
- media_enquiries
|
|
188
|
+
- membership
|
|
189
|
+
- our_energy_use
|
|
190
|
+
- our_governance
|
|
191
|
+
- personal_information_charter
|
|
192
|
+
- publication_scheme
|
|
193
|
+
- services_and_information
|
|
194
|
+
- social_media_use
|
|
195
|
+
- terms_of_reference
|
|
196
|
+
- welsh_language_scheme
|
|
197
|
+
- petitions_and_campaigns
|
|
198
|
+
|
|
199
|
+
- id: service-manual
|
|
200
|
+
document_types:
|
|
201
|
+
- service_manual_homepage
|
|
202
|
+
- service_manual_service_toolkit
|
|
203
|
+
- service_manual_service_standard
|
|
204
|
+
- service_manual_guide
|
|
205
|
+
- service_manual_topic
|
|
206
|
+
|
|
30
207
|
user_journey_document_supertype:
|
|
31
208
|
name: "User journey"
|
|
32
209
|
description: "Used to distinguish pages used mainly for navigation (finding) from content pages (thing)"
|
|
@@ -35,7 +212,6 @@ user_journey_document_supertype:
|
|
|
35
212
|
items:
|
|
36
213
|
- id: finding
|
|
37
214
|
document_types:
|
|
38
|
-
- business_support_finder
|
|
39
215
|
- document_collection
|
|
40
216
|
- finder
|
|
41
217
|
- homepage
|
|
@@ -60,7 +236,6 @@ search_user_need_document_supertype:
|
|
|
60
236
|
- id: core
|
|
61
237
|
document_types:
|
|
62
238
|
- answer
|
|
63
|
-
- calendar
|
|
64
239
|
- guide
|
|
65
240
|
- local_transaction
|
|
66
241
|
- place
|
|
@@ -68,6 +243,7 @@ search_user_need_document_supertype:
|
|
|
68
243
|
- smart_answer
|
|
69
244
|
- transaction
|
|
70
245
|
- travel_advice
|
|
246
|
+
- travel_advice_index
|
|
71
247
|
|
|
72
248
|
email_document_supertype:
|
|
73
249
|
name: "Email document type"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_document_types
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|