-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from GSA-TTS/175-fixes
175 fixes
- Loading branch information
Showing
5 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
docs/architecture/decisions/0007-synchronize-job-postings-from-talent-repo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |