From cdfdc85a37dee8731dab5a0b5595ab582971d66d Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Fri, 7 Jul 2023 16:34:34 +0100 Subject: [PATCH] Make a number of changes to the CMA cases finder - Change to title and summary/description of finder - Addition to OIM Project and SAU Referral case types - Addition of "opened" facet Request from Zendesk ticket from CMA staff. They want to make it so that there's a single location to access case history for all three organizations (CMA, OIM and SAU) --- lib/documents/schemas/cma_cases.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/lib/documents/schemas/cma_cases.json b/lib/documents/schemas/cma_cases.json index 04a1ff2b5..a204a595f 100644 --- a/lib/documents/schemas/cma_cases.json +++ b/lib/documents/schemas/cma_cases.json @@ -2,8 +2,9 @@ "content_id": "fef4ac7c-024a-4943-9f19-e85a8369a1f3", "base_path": "/cma-cases", "format_name": "Competition and Markets Authority case", - "name": "Competition and Markets Authority cases", - "description": "Find reports and updates on current and historical CMA investigations", + "name": "Competition and Markets Authority cases and projects", + "description": "This case finder includes cases and projects from the Competition and Markets Authority (CMA), Office for the Internal Market (OIM) and Subsidy Advice Unit (SAU)", + "summary": "

This case finder includes cases and projects from the Competition and Markets Authority (CMA), Office for the Internal Market (OIM) and Subsidy Advice Unit (SAU).To tell the CMA about something that isn't included here, Report a competition or market problem

", "filter": { "format": "cma_case" }, @@ -68,6 +69,12 @@ "topic_name": "mergers", "prechecked": false }, + { + "key": "oim-project", + "radio_button_name": "OIM Project", + "topic_name": "oim project", + "prechecked": false + }, { "key": "consumer-enforcement", "radio_button_name": "Consumer enforcement", @@ -85,6 +92,12 @@ "radio_button_name": "Reviews of orders and undertakings", "topic_name": "reviews of orders and undertakings", "prechecked": false + }, + { + "key": "sau-referral", + "radio_button_name": "SAU referral", + "topic_name": "sau referral", + "prechecked": false } ] } @@ -105,9 +118,11 @@ {"label": "Information and advice to government", "value": "information-and-advice-to-government"}, {"label": "Markets", "value": "markets"}, {"label": "Mergers", "value": "mergers"}, + {"label": "OIM Project", "value": "oim-project"}, {"label": "Consumer enforcement", "value": "consumer-enforcement"}, {"label": "Regulatory references and appeals", "value": "regulatory-references-and-appeals"}, - {"label": "Reviews of orders and undertakings", "value": "review-of-orders-and-undertakings"} + {"label": "Reviews of orders and undertakings", "value": "review-of-orders-and-undertakings"}, + {"label": "SAU referral", "value": "sau-referral"} ] }, @@ -210,7 +225,7 @@ "short_name": "Opened", "type": "date", "display_as_result_metadata": true, - "filterable": false + "filterable": true }, {