From c78c4114d16bfa9e07ad3c5d7719a7b9566dd3ae Mon Sep 17 00:00:00 2001 From: Wes Dean Date: Fri, 23 Aug 2024 14:08:39 -0400 Subject: [PATCH 1/4] Add ADR for job posting synchronization --- ...nchronize-job-postings-from-talent-repo.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md diff --git a/docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md b/docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md new file mode 100644 index 00000000..6d56fe2f --- /dev/null +++ b/docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md @@ -0,0 +1,28 @@ +# 7. Synchronize job postings from talent repo + +Date: 2024-08-23 + +## Status + +Accepted + +## Context + +Job postings from the +[Talent team repository](https://github.com/18F/join.tts.gsa.gov) need to +be posted on the new TTS website. The best case outcome would minimize +redundancy (i.e., duplicate postings, duplicate files, etc.), rework, +and training. + +## Decision + +A tool will synchronize job posting content in the Talent team repository +to the TTS website repository. + +## Consequences + +Job content will need to be edited in one place that the TTS Talent +team manages. Local changes to the TTS website repository's directory +for job postings will be overwritten when the synchronization +happens. This includes any modification performed by linters +(e.g., prettier). From ac6540d4bb484b27528fb40a2bf9fd12c82956b1 Mon Sep 17 00:00:00 2001 From: Wes Dean Date: Mon, 26 Aug 2024 11:35:30 -0400 Subject: [PATCH 2/4] Tidy search form, language switcher --- _data/site.yaml | 2 +- _includes/header.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/site.yaml b/_data/site.yaml index eddf3928..1bb9475c 100644 --- a/_data/site.yaml +++ b/_data/site.yaml @@ -100,7 +100,7 @@ primary_navigation: # 1. Create an account with Search.gov https://search.usa.gov/signup # 2. Add a new site. # 3. Add your site/affiliate name here. -searchgov: "foobar" +# searchgov: "foobar" # Only change this if you're using a CNAME. Learn more here: https://search.gov/manual/cname.html # endpoint: https://search.usa.gov diff --git a/_includes/header.html b/_includes/header.html index 9a20bf01..152b3d71 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -35,7 +35,6 @@ Here's how you know - {% include "language-switcher.html" %}
From e5c69896b47f6535c42fc65c2c711ba85277adec Mon Sep 17 00:00:00 2001 From: Wes Dean Date: Mon, 26 Aug 2024 11:46:03 -0400 Subject: [PATCH 3/4] Remove small search box --- _data/assetPaths.json | 14 +++++++------- _includes/menu.html | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 78fe7682..bdb1c3cf 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -1,9 +1,9 @@ { - "admin.js": "/assets/js/admin-FRDUYGSL.js", - "admin.map": "/assets/js/admin-FRDUYGSL.js.map", - "app.js": "/assets/js/app-SDZ4ULFW.js", - "app.map": "/assets/js/app-SDZ4ULFW.js.map", + "admin.js": "/assets/js/admin-RJYP54EU.js", + "admin.map": "/assets/js/admin-RJYP54EU.js.map", + "app.js": "/assets/js/app-XFKDNIAK.js", + "app.map": "/assets/js/app-XFKDNIAK.js.map", "uswds.js": "/assets/js/uswds-init.js", - "styles.css": "/assets/styles/styles-J5DQM6RN.css", - "styles.map": "/assets/styles/styles-J5DQM6RN.css.map" -} + "styles.css": "/assets/styles/styles-ZVXT7TJI.css", + "styles.map": "/assets/styles/styles-ZVXT7TJI.css.map" +} \ No newline at end of file diff --git a/_includes/menu.html b/_includes/menu.html index f22dcd0a..dfafe4c2 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -61,7 +61,6 @@ {% endfor %} --> - {% comment %} This will redirect the results to /search template which will handle the js loading @@ -87,6 +86,7 @@ {% endif %} +{% comment %}
- + {% endcomment %} {% include "searchgov/form.html" searchgov: site.searchgov %}
From 9f57d8b79ff7c0236264479d2adc40feee9fb8ee Mon Sep 17 00:00:00 2001 From: wesley-dean-gsa Date: Mon, 26 Aug 2024 15:51:32 +0000 Subject: [PATCH 4/4] [MegaLinter] Apply linters fixes --- _data/assetPaths.json | 2 +- _data/site.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index bdb1c3cf..9fb6d1c4 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -6,4 +6,4 @@ "uswds.js": "/assets/js/uswds-init.js", "styles.css": "/assets/styles/styles-ZVXT7TJI.css", "styles.map": "/assets/styles/styles-ZVXT7TJI.css.map" -} \ No newline at end of file +} diff --git a/_data/site.yaml b/_data/site.yaml index 1bb9475c..319e2705 100644 --- a/_data/site.yaml +++ b/_data/site.yaml @@ -89,7 +89,6 @@ primary_navigation: url: "/services/platforms/" - name: People url: "/services/people/" - # secondary_navigation: # - name: Secondary link # url: "#main-content"