mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Get started on methodology page content updates
This commit is contained in:
parent
1a9dbaa3ab
commit
a58f83a352
3 changed files with 13 additions and 12 deletions
|
@ -61,13 +61,15 @@ const DatasetContainer = () => {
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
cumulativeScore: {
|
cumulativeScore: {
|
||||||
id: 'datasetContainer.header.cumulativeScore',
|
id: 'datasetContainer.header.cumulativeScore',
|
||||||
defaultMessage: 'Datasets used in cumulative score',
|
defaultMessage: 'Datasets used in methodology',
|
||||||
description: 'section label of which datasets are used in cumulative score',
|
description: 'section label of which datasets are used in cumulative score',
|
||||||
},
|
},
|
||||||
subTitle: {
|
subTitle: {
|
||||||
id: 'datasetContainer.subTitle',
|
id: 'datasetContainer.subTitle',
|
||||||
defaultMessage: 'The datasets come from a variety of sources and ' +
|
defaultMessage: 'The datasets come from a variety of sources and ' +
|
||||||
'were selected after considering relevance, availability, recency and quality.',
|
'were selected based on relevance, availability, recency, and quality.' +
|
||||||
|
' The datasets seek to identify a range of human health, environmental, ' +
|
||||||
|
'climate-related, and other cumulative impacts on disadvantaged communities.',
|
||||||
description: 'description of the dataset section',
|
description: 'description of the dataset section',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -13,18 +13,18 @@ const DownloadPacket = () => {
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
downloadPacketHeader: {
|
downloadPacketHeader: {
|
||||||
id: 'downloadPacket.header.text',
|
id: 'downloadPacket.header.text',
|
||||||
defaultMessage: 'Draft communities list (pre-decisional, 137MB)',
|
defaultMessage: 'Draft communities list (137MB)',
|
||||||
description: 'download packet header text',
|
description: 'download packet header text',
|
||||||
},
|
},
|
||||||
downloadPacketInfo: {
|
downloadPacketInfo: {
|
||||||
id: 'downloadPacket.info.text',
|
id: 'downloadPacket.info.text',
|
||||||
defaultMessage: 'The package includes the draft list of prioritized communities (.csv and .xlsx).'+
|
defaultMessage: 'The package includes the draft list of communities of focus (.csv and .xlsx) '+
|
||||||
' This information should not be used to make program resource allocation decisions.',
|
'and information about how to use the list (.pdf)',
|
||||||
description: 'download packet info text',
|
description: 'download packet info text',
|
||||||
},
|
},
|
||||||
downloadPacketButtonText: {
|
downloadPacketButtonText: {
|
||||||
id: 'downloadPacket.button.text',
|
id: 'downloadPacket.button.text',
|
||||||
defaultMessage: 'Download packet',
|
defaultMessage: 'Download package',
|
||||||
description: 'download packet button text',
|
description: 'download packet button text',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -4,11 +4,11 @@ import {useIntl} from 'gatsby-plugin-intl';
|
||||||
import {defineMessages} from 'react-intl';
|
import {defineMessages} from 'react-intl';
|
||||||
|
|
||||||
import AlertWrapper from '../components/AlertWrapper';
|
import AlertWrapper from '../components/AlertWrapper';
|
||||||
// import DatasetContainer from '../components/DatasetContainer';
|
import DatasetContainer from '../components/DatasetContainer';
|
||||||
import DownloadPacket from '../components/DownloadPacket';
|
import DownloadPacket from '../components/DownloadPacket';
|
||||||
import J40MainGridContainer from '../components/J40MainGridContainer';
|
import J40MainGridContainer from '../components/J40MainGridContainer';
|
||||||
import Layout from '../components/layout';
|
import Layout from '../components/layout';
|
||||||
// import ScoreStepsList from '../components/scoreStepsList';
|
import ScoreStepsList from '../components/scoreStepsList';
|
||||||
|
|
||||||
interface MethodPageProps {
|
interface MethodPageProps {
|
||||||
location: Location;
|
location: Location;
|
||||||
|
@ -25,8 +25,8 @@ const IndexPage = ({location}: MethodPageProps) => {
|
||||||
},
|
},
|
||||||
methodologyPagep1: {
|
methodologyPagep1: {
|
||||||
id: 'methodology.page.paragraph.first',
|
id: 'methodology.page.paragraph.first',
|
||||||
defaultMessage: 'The methodology for determining disadvantaged communities for the purposes of '+
|
defaultMessage: 'The methodology for identifying communities of focus is currently ' +
|
||||||
' the Justice40 Initiative is currently in progress.',
|
'in a draft, pre-decisional form that may change over time as more datasets become available.',
|
||||||
description: 'methodology page paragraph 1',
|
description: 'methodology page paragraph 1',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
@ -54,7 +54,6 @@ const IndexPage = ({location}: MethodPageProps) => {
|
||||||
</Grid>
|
</Grid>
|
||||||
</J40MainGridContainer>
|
</J40MainGridContainer>
|
||||||
|
|
||||||
{/* // Temporarily removed while the app is demo'd to stakeholders
|
|
||||||
<J40MainGridContainer fullWidth={true}>
|
<J40MainGridContainer fullWidth={true}>
|
||||||
<Grid row>
|
<Grid row>
|
||||||
<Grid col>
|
<Grid col>
|
||||||
|
@ -69,7 +68,7 @@ const IndexPage = ({location}: MethodPageProps) => {
|
||||||
<ScoreStepsList/>
|
<ScoreStepsList/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</J40MainGridContainer> */}
|
</J40MainGridContainer>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue