mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-02 05:30:56 -07:00
Production tickets for the week of 12-5-22 (#2117)
* remove training from low income card - update snaphots * Update npm audit level * Update query-string lib * Remove security checks * Adds security audit back * Add npm and node version * remove $ * Remove node versions * Fix redundant IDs for en.json creation - closes #2116 - closes #2106 * Update also copy - update snapshots - closes #2096 * Update public engagement video - closes #2102 - updates snapshots * Correct Prioritization copy >= 1
This commit is contained in:
parent
b97e60bfbb
commit
c5b201e1b3
17 changed files with 2285 additions and 27269 deletions
|
@ -149,7 +149,7 @@ export const HEADER = defineMessages({
|
|||
description: 'Navigate to the about page. This is Header navigate item to the technical support document page',
|
||||
},
|
||||
PREVIOUS_VERSIONS: {
|
||||
id: 'common.pages.header.tsd',
|
||||
id: 'common.pages.header.previous_versions',
|
||||
defaultMessage: 'Previous versions',
|
||||
description: 'Navigate to the about page. This is Header navigate item to the technical support document page',
|
||||
},
|
||||
|
|
|
@ -254,7 +254,7 @@ export const SIDE_PANEL_INITIAL_STATE = defineMessages({
|
|||
description: '`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show search',
|
||||
},
|
||||
PARA1_PART3: {
|
||||
id: 'explore.map.page.side.panel.info.para.1.part.2',
|
||||
id: 'explore.map.page.side.panel.info.para.1.part.3',
|
||||
defaultMessage: `
|
||||
, or locate yourself
|
||||
`,
|
||||
|
@ -296,7 +296,7 @@ export const SIDE_PANEL_INITIAL_STATE = defineMessages({
|
|||
description: '`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Census tracts are a small unit of geography. They generally have populations of between 1,200 - 8,000 people.',
|
||||
},
|
||||
PARA2_PART3: {
|
||||
id: 'explore.map.page.side.panel.info.para.2.part.2',
|
||||
id: 'explore.map.page.side.panel.info.para.2.part.3',
|
||||
defaultMessage: `
|
||||
of between 1,200 - 8,000 people.
|
||||
`,
|
||||
|
@ -359,14 +359,14 @@ export const SIDE_PANEL_INITIAL_STATE = defineMessages({
|
|||
description: '`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Thresholds, or cutoffs, are used to determine if communities in a tract are disadvantaged. Certain burdens use percentages or a simple yes/no.',
|
||||
},
|
||||
PARA6_PART1: {
|
||||
id: 'explore.map.page.side.panel.info.para.6',
|
||||
id: 'explore.map.page.side.panel.info.para.6.part1',
|
||||
defaultMessage: `
|
||||
Land within the boundaries of Federally Recognized Tribes and point locations for Alaska Native Villages are highlighted
|
||||
`,
|
||||
description: '`Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show Federally Recognized Tribal lands are also highlighted on the map. These communities are also considered disadvantaged.',
|
||||
},
|
||||
PARA6_PART2: {
|
||||
id: 'explore.map.page.side.panel.info.para.6',
|
||||
id: 'explore.map.page.side.panel.info.para.6.part2',
|
||||
defaultMessage: `
|
||||
on the map. These communities are also considered disadvantaged.
|
||||
`,
|
||||
|
@ -662,7 +662,7 @@ export const getPrioNBurdenCopy = (burdens:string) => {
|
|||
export const getPrioFRTCopy = (amount:string, isAlso:boolean = false) => {
|
||||
return (
|
||||
<FormattedMessage
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.frt.n.perc'}
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.frt'}
|
||||
defaultMessage={ 'The lands of Federally Recognized Tribes that cover {amount} of this tract are {also} considered disadvantaged.'}
|
||||
description={`Navigate to the explore the map page. Click on tract, The lands of Federally Recognized Tribes that cover [#%] of this tract are considered disadvantaged.`}
|
||||
values={{
|
||||
|
@ -677,7 +677,7 @@ export const getPrioFRTCopy = (amount:string, isAlso:boolean = false) => {
|
|||
export const getPrioFRTPointsCopy = (numPoints:string, isAlso:boolean = false) => {
|
||||
return (
|
||||
<FormattedMessage
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.frt.n.perc'}
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.frt.n.points'}
|
||||
defaultMessage={ 'The {numPoints} that are Federally Recognized Tribes in this tract are are {also} considered disadvantaged.'}
|
||||
description={`Navigate to the explore the map page. Click on tract, The {numPoints} that are Federally Recognized Tribes in this tract ares are {also} considered disadvantaged.`}
|
||||
values={{
|
||||
|
@ -692,7 +692,7 @@ export const getPrioFRTPointsCopy = (numPoints:string, isAlso:boolean = false) =
|
|||
export const getPrioANVCopy = (numPoints:number, isAlso:boolean = false) => {
|
||||
return (
|
||||
<FormattedMessage
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.frt.n.perc'}
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.anv'}
|
||||
defaultMessage={ 'The {numPoints} Alaska Native Villages in this tract that are Federally Recognized are {also} considered disadvantaged.'}
|
||||
description={`Navigate to the explore the map page. Click on tract, The {numPoints} of this tract that are Federally Recognized Tribal lands are {also} considered disadvantaged.`}
|
||||
values={{
|
||||
|
@ -707,7 +707,7 @@ export const getPrioANVCopy = (numPoints:number, isAlso:boolean = false) => {
|
|||
export const getPrioAKUSCopy = (numAKpoints:number, numUSpoints:number, isAlso:boolean = false) => {
|
||||
return (
|
||||
<FormattedMessage
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.frt.n.perc'}
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.akus'}
|
||||
defaultMessage={ 'The {numAKpoints} Alaska Native Villages and the {numUSpoints} tribes in this tract that are Federally Recognized are {also} considered disadvantaged.'}
|
||||
description={`Navigate to the explore the map page. Click on tract, The {numAKpoints} Alaska Native Villages and the {numUSpoints} tribes in this tract that are Federally Recognized are considered disadvantaged.`}
|
||||
values={{
|
||||
|
@ -723,7 +723,7 @@ export const getPrioAKUSCopy = (numAKpoints:number, numUSpoints:number, isAlso:b
|
|||
export const getPrioPercAndNumPointsAlsoCopy = (amount:string, numPoints:number) => {
|
||||
return (
|
||||
<FormattedMessage
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.frt.n.perc'}
|
||||
id={'explore.map.page.side.panel.prio.copy.prio.perc.num.points'}
|
||||
defaultMessage={ 'The lands of Federally Recognized Tribes that cover {amount} of this tract and the {numPoints} tribes that are Federally Recognized are also considered disadvantaged.'}
|
||||
description={`Navigate to the explore the map page. Click on tract, The Federally Recognized Tribal lands that cover {amount} of this tract and the {numPoints} tribes that are Federally Recognized are also considered disadvantaged.`}
|
||||
values={{
|
||||
|
@ -1337,22 +1337,6 @@ export const SIDE_PANEL_INDICATOR_DESCRIPTION = defineMessages({
|
|||
`,
|
||||
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator description of Percent of people ages 25 years or older who did not graduate high school`,
|
||||
},
|
||||
|
||||
// Testing
|
||||
ADJ: {
|
||||
id: 'explore.map.page.side.panel.indicator.description.ling.iso',
|
||||
defaultMessage: `
|
||||
Adjacency percentile?
|
||||
`,
|
||||
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator about adjacency`,
|
||||
},
|
||||
IMP_FLG: {
|
||||
id: 'explore.map.page.side.panel.indicator.description.ling.iso',
|
||||
defaultMessage: `
|
||||
A flag to inform imputation?
|
||||
`,
|
||||
description: `Navigate to the explore the map page. When the map is in view, click on the map. The side panel will show an indicator about adjacency`,
|
||||
},
|
||||
});
|
||||
|
||||
export const SIDE_PANEL_SPACERS = {
|
||||
|
|
|
@ -95,8 +95,8 @@ export const FORMULA = {
|
|||
boldtag: boldFn,
|
||||
}}
|
||||
/>,
|
||||
PARA4: <FormattedMessage
|
||||
id={'methodology.page.paragraph.4'}
|
||||
PARA6: <FormattedMessage
|
||||
id={'methodology.page.paragraph.6'}
|
||||
defaultMessage={`
|
||||
Census tracts are small units of geography. Census tract boundaries for <link1>statistical areas</link1> are determined by the U.S. Census Bureau once every ten years. The tool utilizes the census tract boundaries from 2010. This was chosen because many of the data sources in the tool currently use the 2010
|
||||
census boundaries.
|
||||
|
@ -161,7 +161,7 @@ export const CATEGORIES = {
|
|||
/>,
|
||||
ALL_EXCEPT_WORKFORCE: <FormattedMessage
|
||||
id={'methodology.page.datasets.all.except.workforce.used.in.text'}
|
||||
defaultMessage={`All categories except for the training and workforce development category`}
|
||||
defaultMessage={`All categories except for the workforce development category`}
|
||||
description={'Navigate to the methodology page. Navigate to the dataset section. This is the portion of the dataset card Used In text for all methodologies except the workforce development'}
|
||||
/>,
|
||||
CLIMATE_CHANGE: {
|
||||
|
|
|
@ -12,7 +12,7 @@ export const PAGE = defineMessages({
|
|||
|
||||
export const CARD = {
|
||||
TITLE: <FormattedMessage
|
||||
id={'previous.versions.page.title.text'}
|
||||
id={'previous.versions.page.card.text'}
|
||||
defaultMessage={'Beta version'}
|
||||
description={'Navigate to the previous version page. This is the Cards title text'}
|
||||
/>,
|
||||
|
|
|
@ -71,7 +71,7 @@ export const RICH_COPY = {
|
|||
PAGE_DESCRIPTION3: <FormattedMessage
|
||||
id= {`public.eng.page.description3.text`}
|
||||
defaultMessage={`
|
||||
As they become available, additional public trainings and engagement opportunities on the Climate and Economic Justice Screening Tool will also be posted on this page. <link1>Sign-up</link1> for updates from CEQ
|
||||
As they become available, additional public trainings and engagement opportunities on the Climate and Economic Justice Screening Tool will also be posted on this page. <link1>Sign-up</link1> for updates from CEQ.
|
||||
`}
|
||||
description={`Navigate to the public engagement page, this will be the publiceng page description 3 text`}
|
||||
values={{
|
||||
|
@ -97,7 +97,7 @@ export const RICH_COPY = {
|
|||
VIDEO_BOX_BODY1: <FormattedMessage
|
||||
id={ 'public.eng.page.video.box.body.text'}
|
||||
defaultMessage={ `
|
||||
See what's new in the version {version} of the Climate and Economic Justice Screening tool.
|
||||
Watch a recorded update from CEQ on the changes in the 1.0 version of the tool.
|
||||
`}
|
||||
description={'Navigate to the public engagement page, there will be box that allows users to watch previously recorded videos. This is that box body text.'}
|
||||
values={{
|
||||
|
@ -119,7 +119,7 @@ export const RICH_COPY = {
|
|||
export const PUBLIC_ENG_VIDEO = defineMessages({
|
||||
TITLE: {
|
||||
id: 'public.eng.page.video.box.title.text',
|
||||
defaultMessage: `Need information about the latest version of the tool?`,
|
||||
defaultMessage: `What's new overview`,
|
||||
description: 'Navigate to the public engagement page, there will be box that allows users to watch previously recorded videos. This is that box title text.',
|
||||
},
|
||||
TITLE_BETA: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue