From 85bc61d345b63a2c4fe34cabcfbf4fb7245bfe27 Mon Sep 17 00:00:00 2001 From: Simon K <6615834+simon-20@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:54:16 +0100 Subject: [PATCH 1/6] fix: remove references to the old Registry This resolves #987 --- src/components/organisation/DocumentList.vue | 2 +- src/components/organisation/DocumentListItem.vue | 2 +- src/components/report/ReportDocumentStatus.vue | 2 +- src/pages/OrganisationPage.vue | 1 - src/pages/OrganisationsPage.vue | 5 ++--- src/pages/ReportPage.vue | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/organisation/DocumentList.vue b/src/components/organisation/DocumentList.vue index 1baffec4..5c173f18 100644 --- a/src/components/organisation/DocumentList.vue +++ b/src/components/organisation/DocumentList.vue @@ -13,7 +13,7 @@
File Name
-
Identified in Registry
+
First Registered
Validated
Validation Status
Available in IATI Datastore
diff --git a/src/components/organisation/DocumentListItem.vue b/src/components/organisation/DocumentListItem.vue index 8c0478ac..3496d4cf 100644 --- a/src/components/organisation/DocumentListItem.vue +++ b/src/components/organisation/DocumentListItem.vue @@ -53,7 +53,7 @@ {{ fileName }}
-

Identified in Registry

+

First Registered

{{ formatDate(props.document.modified || props.document.first_seen) }}
diff --git a/src/components/report/ReportDocumentStatus.vue b/src/components/report/ReportDocumentStatus.vue index e6bda7a1..2cbe1751 100644 --- a/src/components/report/ReportDocumentStatus.vue +++ b/src/components/report/ReportDocumentStatus.vue @@ -55,7 +55,7 @@ {{ fileName }}
-
Identified in Registry
+
First Registered
{{ formatDate(props.document.modified || props.document.first_seen) }}
diff --git a/src/pages/OrganisationPage.vue b/src/pages/OrganisationPage.vue index c0f277a7..3c05a051 100644 --- a/src/pages/OrganisationPage.vue +++ b/src/pages/OrganisationPage.vue @@ -115,7 +115,6 @@

Public Data

-

IATI files published in the IATI Registry

diff --git a/src/pages/OrganisationsPage.vue b/src/pages/OrganisationsPage.vue index fc9b5905..1c05f204 100644 --- a/src/pages/OrganisationsPage.vue +++ b/src/pages/OrganisationsPage.vue @@ -21,9 +21,8 @@ diff --git a/src/pages/ReportPage.vue b/src/pages/ReportPage.vue index 452f234e..2b6394c5 100644 --- a/src/pages/ReportPage.vue +++ b/src/pages/ReportPage.vue @@ -148,7 +148,7 @@
File Name
-
Identified in Registry
+
First Registered
Validated
Validation Status
Available in IATI Datastore
From b14d090adc51a42442aa08add5a259c6147bb94a Mon Sep 17 00:00:00 2001 From: Simon K <6615834+simon-20@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:56:47 +0100 Subject: [PATCH 2/6] fix: change 'file' > 'dataset short name' --- cypress/integration/checkData.spec.js | 4 ++-- cypress/integration/validationReport.spec.js | 2 +- src/components/layout/LayoutFooter.vue | 5 ++++- src/components/organisation/DocumentList.vue | 2 +- src/components/organisation/DocumentListItem.vue | 8 +++----- src/components/report/ReportDocumentStatus.vue | 8 +++----- src/pages/ReportPage.vue | 7 +++---- src/utils/document.js | 10 ++++------ 8 files changed, 21 insertions(+), 25 deletions(-) diff --git a/cypress/integration/checkData.spec.js b/cypress/integration/checkData.spec.js index 8f47594d..3bfa1b28 100644 --- a/cypress/integration/checkData.spec.js +++ b/cypress/integration/checkData.spec.js @@ -22,7 +22,7 @@ describe("The Ad Hoc Validate Check Data page", () => { cy.contains("iati-act-no-errors.xml"); cy.get(".doc-list-item").eq(0).contains("Warning", { timeout: 20000 }); cy.get(".doc-list-item").eq(0).click(); - cy.get("h1").should("have.text", "File Validation Report"); + cy.get("h1").should("have.text", "Dataset Validation Report"); cy.contains("IATI version"); cy.contains("Type"); }); @@ -48,7 +48,7 @@ describe("The Ad Hoc Validate Check Data page", () => { ); cy.get(".doc-list-item").eq(0).contains("Error", { timeout: 20000 }); cy.get(".doc-list-item").eq(0).click(); - cy.get("h1").should("have.text", "File Validation Report"); + cy.get("h1").should("have.text", "Dataset Validation Report"); cy.contains("IATI version"); cy.contains("Type"); }); diff --git a/cypress/integration/validationReport.spec.js b/cypress/integration/validationReport.spec.js index 59eae6c3..5d13cd49 100644 --- a/cypress/integration/validationReport.spec.js +++ b/cypress/integration/validationReport.spec.js @@ -151,6 +151,6 @@ describe("The Validation Report page", () => { "href", "https://aidstream.s3.us-west-2.amazonaws.com/xml/ares-activities.xml", ); - cy.get("[data-cy='document-url-anchor']").should("have.text", "ares-activities.xml"); + cy.get("[data-cy='document-url-anchor']").should("have.text", "ares-activities"); }); }); diff --git a/src/components/layout/LayoutFooter.vue b/src/components/layout/LayoutFooter.vue index 83acf595..f635dab9 100644 --- a/src/components/layout/LayoutFooter.vue +++ b/src/components/layout/LayoutFooter.vue @@ -70,7 +70,10 @@
diff --git a/src/components/organisation/DocumentList.vue b/src/components/organisation/DocumentList.vue index 5c173f18..aafc305b 100644 --- a/src/components/organisation/DocumentList.vue +++ b/src/components/organisation/DocumentList.vue @@ -12,7 +12,7 @@