diff --git a/client/src/components/DownloadPacket/__snapshots__/downloadPacket.test.tsx.snap b/client/src/components/DownloadPacket/__snapshots__/downloadPacket.test.tsx.snap
index 0228a88b..3265147d 100644
--- a/client/src/components/DownloadPacket/__snapshots__/downloadPacket.test.tsx.snap
+++ b/client/src/components/DownloadPacket/__snapshots__/downloadPacket.test.tsx.snap
@@ -10,12 +10,33 @@ exports[`download packet component defined checks if component renders 1`] = `
- Files available for download
+
+ NEW
+
+ files available for download
- Download the data sources used in the CEJST (.csv and .xlsx, 52MB unzipped), the shapefile, along with a codebook (.zip, 742MB unzipped) or the technical support document (.pdf, 913kB).
+ Download the data sources used in the CEJST (.csv, .xlxs,
+
+ .pdf
+
+ that describes how to use the list, and a codebook, 53MB unzipped), the shapefile, along with a
+
+ codebook
+
+ (.zip, 742MB unzipped) or the technical support document (.pdf, 2.5MB unzipped).
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+
+
+
,
}}
/>,
+
+ ALERT_2_TITLE: defineMessages({
+ TITLE: {
+ id: 'common.pages.alerts.additional_docs_available.title',
+ defaultMessage: 'Additional documentation now available',
+ description: 'Alert title that appears at the top of pages.',
+ },
+ }),
+ ALERT_2_DESCRIPTION: send feedback.`}
+ description={`Alert title that appears at the top of pages.`}
+ values={{
+ link2: linkFn(`mailto:${FEEDBACK_EMAIL}`, false, true),
+ }}
+ />,
};
// Header
diff --git a/client/src/data/copy/methodology.tsx b/client/src/data/copy/methodology.tsx
index 1695ac6a..f6259f2f 100644
--- a/client/src/data/copy/methodology.tsx
+++ b/client/src/data/copy/methodology.tsx
@@ -3,6 +3,7 @@ import React from 'react';
import {defineMessages} from 'react-intl';
import {FormattedDate, FormattedMessage, FormattedNumber} from 'gatsby-plugin-intl';
import {boldFn, linkFn, simpleLink} from './common';
+import * as styles from '../../components/DownloadPacket/downloadPacket.module.scss';
export const PAGE = defineMessages({
TILE: {
@@ -72,11 +73,11 @@ export const FORMULA = {
};
// Download Package
-export const DOWNLOAD_FILE_SIZE = 52;
+export const DOWNLOAD_FILE_SIZE = 53;
export const DOWNLOAD_SHAPE_FILE_SIZE = 742;
-export const DOWNLOAD_TSD_FILE_SIZE = 913; // in KB
-export const DOWNLOAD_ZIP_LAST_UPDATED = new Date('4/6/2022').getTime();
-export const DOWNLOAD_SHAPE_LAST_UPDATED = new Date('4/6/2022').getTime();
+export const DOWNLOAD_TSD_FILE_SIZE = 2.5;
+export const DOWNLOAD_ZIP_LAST_UPDATED = new Date('4/26/2022').getTime();
+export const DOWNLOAD_SHAPE_LAST_UPDATED = new Date('4/26/2022').getTime();
export const DOWNLOAD_TSD_LAST_UPDATED = new Date('4/19/2022').getTime();
export const VERSION_NUMBER = 0.1;
@@ -99,17 +100,23 @@ export const DOWNLOAD_TSD_URL = [
process.env.GATSBY_TSD_DOWNLOAD_FILE_PATH,
].join('/');
+const newCalloutFontColorFn = (str:string) => {str};
+
export const DOWNLOAD_PACKAGE = {
TITLE: NEW files available for download`}
description={'Navigate to the methodology page. This is the download packet header text'}
+ values= {{
+ callout: newCalloutFontColorFn,
+ }}
/>,
DESCRIPTION1: .pdf that describes how to use the list, and a codebook, {downloadFileSize} unzipped), the shapefile, along with a codebook (.zip, {shapefileSize} unzipped) or the technical support document (.pdf, {tsdFileSize} unzipped).`}
description= {'Navigate to the methodology page. This is the download packet info text'}
values= {{
+ callout: newCalloutFontColorFn,
downloadFileSize: ,
}}
@@ -192,6 +199,14 @@ export const DOWNLOAD_PACKAGE = {
boldtag: boldFn,
}}
/>,
+ UPDATED_TAG: Updated`}
+ description= {'Navigate to the methodology page. This is the update callout tag text that overlaps the button'}
+ values={{
+ boldtag: boldFn,
+ }}
+ />,
};
export const CATEGORY= {
diff --git a/client/src/intl/en.json b/client/src/intl/en.json
index fbef6c4b..23068742 100644
--- a/client/src/intl/en.json
+++ b/client/src/intl/en.json
@@ -91,6 +91,14 @@
"defaultMessage": "About",
"description": "Navigate to the About page. This is the about page title text"
},
+ "common.pages.alerts.additional_docs_available.description": {
+ "defaultMessage": "Download new technical support and other documentation and send feedback.",
+ "description": "Alert title that appears at the top of pages."
+ },
+ "common.pages.alerts.additional_docs_available.title": {
+ "defaultMessage": "Additional documentation now available",
+ "description": "Alert title that appears at the top of pages."
+ },
"common.pages.alerts.public_comment_period.description": {
"defaultMessage": "The public comment period for sending feedback has been extended to {expDate1}.",
"description": "Alert body that appears on landing page."
@@ -1212,7 +1220,7 @@
"description": "Navigate to the methodology page. This is the download technical support document spreadsheet"
},
"methodology.page.downloadPacket.header.text": {
- "defaultMessage": "Files available for download",
+ "defaultMessage": "NEW files available for download",
"description": "Navigate to the methodology page. This is the download packet header text"
},
"methodology.page.downloadPacket.info.shape.last.updated": {
@@ -1220,7 +1228,7 @@
"description": "Navigate to the methodology page. This is the download packet info last updated"
},
"methodology.page.downloadPacket.info.text1": {
- "defaultMessage": "Download the data sources used in the CEJST (.csv and .xlsx, {downloadFileSize} unzipped), the shapefile, along with a codebook (.zip, {shapefileSize} unzipped) or the technical support document (.pdf, {tsdFileSize}).",
+ "defaultMessage": "Download the data sources used in the CEJST (.csv, .xlxs, .pdf that describes how to use the list, and a codebook, {downloadFileSize} unzipped), the shapefile, along with a codebook (.zip, {shapefileSize} unzipped) or the technical support document (.pdf, {tsdFileSize} unzipped).",
"description": "Navigate to the methodology page. This is the download packet info text"
},
"methodology.page.downloadPacket.info.tsd.last.updated": {
@@ -1235,6 +1243,10 @@
"defaultMessage": "NEW",
"description": "Navigate to the methodology page. This is the new tag text"
},
+ "methodology.page.downloadPacket.updated.tag.text": {
+ "defaultMessage": "Updated",
+ "description": "Navigate to the methodology page. This is the update callout tag text that overlaps the button"
+ },
"methodology.page.formula.first": {
"defaultMessage": "IF the census tract is above the threshold for one or more environmental or climate indicators",
"description": "Navigate to the methodology page. This is the first part of the formula used in the methodology"
diff --git a/client/src/pages/tests/__snapshots__/about.test.tsx.snap b/client/src/pages/tests/__snapshots__/about.test.tsx.snap
index 296b42b9..8a889f87 100644
--- a/client/src/pages/tests/__snapshots__/about.test.tsx.snap
+++ b/client/src/pages/tests/__snapshots__/about.test.tsx.snap
@@ -305,6 +305,35 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
class="grid-container-desktop-lg"
data-testid="gridContainer"
>
+
+
+
+ Additional documentation now available
+
+
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+
+
+
+
+
+
+ Additional documentation now available
+
+
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+
+
+
+
+
+
+ Additional documentation now available
+
+
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+
+
+
+
+
+
+ Additional documentation now available
+
+
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+
+
+
+
+
+
+ Additional documentation now available
+
+
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+
+
+
- Files available for download
+
+ NEW
+
+ files available for download
- Download the data sources used in the CEJST (.csv and .xlsx, 52MB unzipped), the shapefile, along with a codebook (.zip, 742MB unzipped) or the technical support document (.pdf, 913kB).
+ Download the data sources used in the CEJST (.csv, .xlxs,
+
+ .pdf
+
+ that describes how to use the list, and a codebook, 53MB unzipped), the shapefile, along with a
+
+ codebook
+
+ (.zip, 742MB unzipped) or the technical support document (.pdf, 2.5MB unzipped).
diff --git a/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap b/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap
index 14676ae3..d1dd87bb 100644
--- a/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap
+++ b/client/src/pages/tests/__snapshots__/publicEng.test.tsx.snap
@@ -305,6 +305,35 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
class="grid-container-desktop-lg"
data-testid="gridContainer"
>
+
+
+
+ Additional documentation now available
+
+
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+
+
+
+
+
+
+ Additional documentation now available
+
+
+ Download new technical support and other documentation and
+
+ send feedback
+
+ .
+