From 09a6f62c88bc9cc66f7bf30667c847ce47661257 Mon Sep 17 00:00:00 2001 From: jandums Date: Fri, 24 Jul 2026 13:29:20 +0100 Subject: [PATCH 1/2] Add "Meeting accessibility requirements" section and update guidance on data updates --- src/views/organisations/get-started.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/views/organisations/get-started.html b/src/views/organisations/get-started.html index 69cc82e8..e190fefe 100644 --- a/src/views/organisations/get-started.html +++ b/src/views/organisations/get-started.html @@ -15,7 +15,8 @@ { label: "Publish your data", url: "#publish-your-data" }, { label: "Provide your data", url: "#provide-your-data" }, { label: "View your data", url: "#view-your-data" }, - { label: "Update your data", url: "#update-your-data" } + { label: "Update your data", url: "#update-your-data" }, + { label: "Meeting accessibility requirements", url: "#meeting-accessibility-requirements" } ] } %} @@ -185,8 +186,25 @@

View your data

Update your data

If you use the check and provide your data service, you only need to make changes to your data at your endpoint URL. Planning.data.gov.uk will update automatically.

If you create a new endpoint URL, you will need to provide your data again.

+

Do not delete any records that were correct at the time you published them. If a correct record no longer applies, update it to add an end date.

+

If you published an incorrect record that should not be in the dataset, email digitalland@communities.gov.uk to request that we remove it from the Planning Data platform.

+
+

Meeting accessibility requirements

+

When you publish your data, you should publish your:

+ +

Publishing data in open formats and as + pages on your website helps to meet + accessibility requirements. It makes sure that users do not have to just use PDFs.

+
+ + + + From 5fa6a19c33ba52982fe2d217a0fa557ef718c4d0 Mon Sep 17 00:00:00 2001 From: jandums Date: Mon, 27 Jul 2026 17:27:46 +0100 Subject: [PATCH 2/2] review comment --- src/views/organisations/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/organisations/get-started.html b/src/views/organisations/get-started.html index e190fefe..a8bdb054 100644 --- a/src/views/organisations/get-started.html +++ b/src/views/organisations/get-started.html @@ -197,7 +197,7 @@

Meeting accessibility requirements

  • planning data in an open format (for example, as a CSV or GeoJSON)
  • associated planning documents as a PDF
  • -

    Publishing data in open formats and as +

    Publishing data in open formats and as pages on your website helps to meet accessibility requirements. It makes sure that users do not have to just use PDFs.