govuk_document_types 0.9.3 → 1.0.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: adad4f61a5d78fa9a467e79a12d0bafc4b54c1f0c5f6d7acbf0c458914936d6e
4
- data.tar.gz: b1c6c9604283374fd65653ad1b241464a2e37aff574dbcfe99b159ebcbc9410e
3
+ metadata.gz: f152778caca037e3809f912c605c4584dee81a1b0e12e8673f8bc83ba5765aef
4
+ data.tar.gz: 1099c56c1e8b2f1dfcfe92100d78a76fec263e193e16a8f93daba8e28060a0e9
5
5
  SHA512:
6
- metadata.gz: 761e2b47246c3e50a6b2b719f5932eb1845b2bf869f3670e5bc5b37ab75cec4edddc46cda0e1434d9c5bde20009662a195b31e34434acf98853ad85fb5756c57
7
- data.tar.gz: d623119238d20bf59edc1d35dd97156c308b43638dd04538e90cf6c3244bb06b4f5735413a86a0187d5c6afd62b11b79c82eeaeb8441bb1cad0a4e0ca8ed3766
6
+ metadata.gz: 6b68846617a60aee53b4d3742382b749a757e53db4aa581e3b860d41ec42f78493440012479806a35ed39799f70d8f79f1b2d87fb5dbe91561c299d9f69568bc
7
+ data.tar.gz: 9152ba233f0554176f18511b33bf59a10d1e818a53eb8c69077eb44d75158e4c895df1fb3eef1969dfe2bb78174f975964744725a1638b0da7ff48e884e2ae1f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 1.0.0
2
+
3
+ * Remove deprecated supertypes
4
+ * Add Flood & Coastal Erosion Risk Management Report (FCERM) Research Report to research supergroup
5
+
1
6
  # 0.9.3
2
7
 
3
8
  * Added `standard` subtype to the guidance group
data/data/supertypes.yml CHANGED
@@ -1,213 +1,3 @@
1
- navigation_document_supertype:
2
- name: "Navigation document type"
3
- description: "Used to filter pages on the new taxonomy-based navigation pages"
4
- default: other
5
- items:
6
- - id: guidance
7
- document_types:
8
- - answer
9
- - contact
10
- - detailed_guide
11
- - document_collection
12
- - form
13
- - guidance
14
- - guide
15
- - licence
16
- - local_transaction
17
- - manual
18
- - map
19
- - place
20
- - promotional
21
- - regulation
22
- - simple_smart_answer
23
- - smart_answer
24
- - statutory_guidance
25
- - transaction
26
- - travel_advice
27
-
28
- content_purpose_document_supertype:
29
- name: "Content purpose"
30
- description: "DEPRECATED - Please use `content_purpose_subgroup`. The team grouped document types that serve a similar purpose for users into top-level content groups. In time, this information could be used to serve relevant links into a content page sidebar and pull feeds of specific content groups into navigation pages."
31
- default: other
32
- items:
33
- - id: updates-and-alerts
34
- description: To provide time-based information on a new thing (alert) or something that's already happened (update)
35
- document_types:
36
- - drug_safety_update
37
- - fatality_notice
38
- - medical_safety_alert
39
- - national_statistics_announcement
40
- - official_statistics_announcement
41
- - staff_update
42
- - statistics_announcement
43
-
44
- - id: news
45
- description: To communicate what government is doing (non-urgent)
46
- document_types:
47
- - case_study
48
- - correspondence # Also used for other things
49
- - news_article
50
- - news_story
51
- - press_release
52
- - world_location_news_article
53
- - world_news_story
54
-
55
- - id: resources
56
- document_types:
57
- - map
58
- - promotional
59
-
60
- - id: speeches-and-statements
61
- document_types:
62
- - authored_article
63
- - oral_statement
64
- - speech
65
- - written_statement
66
-
67
- - id: guidance
68
- description: To provide information that prepares the user for doing a thing (without the need to share any personal information).
69
- document_types:
70
- - answer
71
- - calendar
72
- - detailed_guide
73
- - guidance
74
- - guide
75
- - hmrc_manual
76
- - hmrc_manual_section
77
- - html_publication
78
- - manual
79
- - manual_section
80
- - policy_paper
81
- - regulation
82
- - statutory_guidance
83
- - travel_advice
84
-
85
- - id: contacts
86
- document_types:
87
- - contact
88
-
89
- - id: transactions
90
- description: To provide specific information and tools that enables the user to do a thing, based on information they provide during the transaction.
91
- document_types:
92
- - calculator
93
- - completed_transaction
94
- - form
95
- - licence
96
- - local_transaction
97
- - place
98
- - simple_smart_answer
99
- - smart_answer
100
- - transaction
101
-
102
- - id: reports
103
- description: To share in detail the outcome of investigations, research and changes in regulation (government and independent bodies).
104
- document_types:
105
- - aaib_report
106
- - consultation_outcome
107
- - impact_assessment
108
- - independent_report
109
- - maib_report
110
- - raib_report
111
- - research
112
- - service_standard_report
113
-
114
- - id: decisions
115
- description: To share decisions and/or reports made by government on a specific thing.
116
- document_types:
117
- - asylum_support_decision
118
- - decision
119
- - dfid_research_output
120
- - employment_appeal_tribunal_decision
121
- - employment_tribunal_decision
122
- - government_response
123
- - international_treaty
124
- - tax_tribunal_decision
125
- - utaac_decision
126
-
127
- - id: engagement-activities
128
- description: To enable bodies and people to comment on government policy and provide evidence.
129
- document_types:
130
- - closed_consultation
131
- - cma_case
132
- - consultation
133
- - notice
134
- - open_consultation
135
-
136
- - id: data
137
- description: To provide data that enables people to hold government to account (both raw data and data with analysis).
138
- document_types:
139
- - foi_release
140
- - national_statistics
141
- - official_statistics
142
- - statistical_data_set
143
- - statistics
144
- - transparency
145
-
146
- - id: organising-entities
147
- description: Things that exist in the real world
148
- document_types:
149
- - working_group
150
- - organisation
151
- - person
152
- - worldwide_organisation
153
- - world_location
154
- - topical_event
155
- - field_of_operation
156
- - ministerial_role
157
-
158
- - id: navigation
159
- description: Pages that enable users to get to content pages
160
- document_types:
161
- # "Tags"
162
- - document_collection
163
- - mainstream_browse_page
164
- - taxon
165
- - topic
166
-
167
- # Hardcoded pages to let users navigate
168
- - finder
169
- - homepage
170
- - search
171
- - travel_advice_index
172
-
173
- - id: grants-and-funding
174
- document_types:
175
- - countryside_stewardship_grant
176
- - esi_fund
177
- - international_development_fund
178
- - business_finance_support_scheme
179
-
180
- - id: corporate-info
181
- document_types:
182
- - about
183
- - about_our_services
184
- - access_and_opening
185
- - complaints_procedure
186
- - corporate_report
187
- - equality_and_diversity
188
- - help_page
189
- - media_enquiries
190
- - membership
191
- - our_energy_use
192
- - our_governance
193
- - personal_information_charter
194
- - petitions_and_campaigns
195
- - procurement
196
- - publication_scheme
197
- - recruitment
198
- - services_and_information
199
- - social_media_use
200
- - terms_of_reference
201
- - welsh_language_scheme
202
-
203
- - id: service-manual
204
- document_types:
205
- - service_manual_homepage
206
- - service_manual_service_toolkit
207
- - service_manual_service_standard
208
- - service_manual_guide
209
- - service_manual_topic
210
-
211
1
  user_journey_document_supertype:
212
2
  name: "User journey"
213
3
  description: "Used to distinguish pages used mainly for navigation (finding) from content pages (thing)"
@@ -230,23 +20,6 @@ user_journey_document_supertype:
230
20
  - topic
231
21
  - topical_event
232
22
 
233
- search_user_need_document_supertype:
234
- name: "Search user need"
235
- description: "Used to group documents based on user need, core for mainstream users and government for specialist users in search results"
236
- default: government
237
- items:
238
- - id: core
239
- document_types:
240
- - answer
241
- - guide
242
- - local_transaction
243
- - place
244
- - simple_smart_answer
245
- - smart_answer
246
- - transaction
247
- - travel_advice
248
- - travel_advice_index
249
-
250
23
  email_document_supertype:
251
24
  name: "Email document type"
252
25
  description: "High level group for email subscriptions use to identify publications and announcement"
@@ -464,6 +237,7 @@ content_purpose_subgroup:
464
237
  - id: research
465
238
  document_types:
466
239
  - dfid_research_output
240
+ - flood_and_coastal_erosion_risk_management_research_report
467
241
  - independent_report
468
242
  - research
469
243
  - id: statistics
@@ -563,6 +337,7 @@ content_purpose_supergroup:
563
337
  - id: research_and_statistics
564
338
  document_types:
565
339
  - dfid_research_output
340
+ - flood_and_coastal_erosion_risk_management_research_report
566
341
  - independent_report
567
342
  - research
568
343
  - statistics
@@ -1,3 +1,3 @@
1
1
  module GovukDocumentTypes
2
- VERSION = "0.9.3".freeze
2
+ VERSION = "1.0.0".freeze
3
3
  end
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.9.3
4
+ version: 1.0.0
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: 2021-03-24 00:00:00.000000000 Z
11
+ date: 2021-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake