From 70a34a2332182bb4e9616d63d1fabbe42437f314 Mon Sep 17 00:00:00 2001 From: Steve Wirt Date: Wed, 10 Jan 2024 16:00:56 -0500 Subject: [PATCH 1/3] [DOCS] Add steps for fixing aliases and names in the CMS for term changes. --- .github/ISSUE_TEMPLATE/taxonomy-update-term.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml b/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml index ddf05150b7..9c47856b81 100644 --- a/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml +++ b/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml @@ -75,5 +75,9 @@ body: - [ ] Content is reviewed by relevant stakeholders - [ ] (List any necessary review and approval steps here) - [ ] Term is published + - [ ] Bulk resave system services to pick up name change (filtered for the old name) + - [ ] Bulk Update alias for all system services (filtered for new name) + - [ ] Bulk update facility services (filtered for the old name) + - [ ] Bulk update alias for all facility services (filtered for new name) validations: required: true From 010a585c37a1a67d5e488f1d01c0020de10e2065 Mon Sep 17 00:00:00 2001 From: Steve Wirt Date: Wed, 10 Jan 2024 16:08:23 -0500 Subject: [PATCH 2/3] Add declaration of what taxonomy the additional steps apply to. --- .github/ISSUE_TEMPLATE/taxonomy-update-term.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml b/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml index 9c47856b81..44d9493b8e 100644 --- a/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml +++ b/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml @@ -75,6 +75,7 @@ body: - [ ] Content is reviewed by relevant stakeholders - [ ] (List any necessary review and approval steps here) - [ ] Term is published + If term is a VA Service: - [ ] Bulk resave system services to pick up name change (filtered for the old name) - [ ] Bulk Update alias for all system services (filtered for new name) - [ ] Bulk update facility services (filtered for the old name) From eac88d61f354bd7d7d13e453d56139aeeb7b00e0 Mon Sep 17 00:00:00 2001 From: Steve Wirt Date: Thu, 11 Jan 2024 13:44:40 -0500 Subject: [PATCH 3/3] Make step more explicit. --- .github/ISSUE_TEMPLATE/taxonomy-update-term.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml b/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml index 44d9493b8e..9fe7d60585 100644 --- a/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml +++ b/.github/ISSUE_TEMPLATE/taxonomy-update-term.yml @@ -75,7 +75,7 @@ body: - [ ] Content is reviewed by relevant stakeholders - [ ] (List any necessary review and approval steps here) - [ ] Term is published - If term is a VA Service: + If term is part of VA Service Taxonomy & the term name changes: - [ ] Bulk resave system services to pick up name change (filtered for the old name) - [ ] Bulk Update alias for all system services (filtered for new name) - [ ] Bulk update facility services (filtered for the old name)