Commit graph

238 commits

Author SHA1 Message Date
Vim USDS
1d3af3023b Add tribal info to side panel and feature selection
- create a state variable to keep track of weather or not the layer was toggled
- allow mapInfoPanel to reset on layer switch
- allow AreaDetail to show census and tribal info
- allow LayerSelector to set layer toggled
- Add selectedFeature to both MapTribal and MapTract components
- create various tribal constants for styling
- i18n constants
2022-08-06 04:01:02 -07:00
Vim USDS
d4aed789cc Refactor Sources/Layers to allow for tribal switching
- Remove census tracts layers into it's own component
- Create a tribal layer component
- Update LayerSelector component tests
- update OS map to react to layer selector
-
2022-08-06 03:59:48 -07:00
Vim USDS
70b9072559 Add tribal toggle (UI only) 2022-08-06 03:57:52 -07:00
Vim USDS
3c7c23e083 Add indicators to Puerto Rico (to release branch) (#1688)
* Add indicators to Puerto Rico

* Remove linguistic iso in Puerto Rico only
2022-07-26 18:13:46 -07:00
Vim
746d36d4a6
Update Cypress GHA to v4 (#1768)
* Update cypress gha to v4

* Trigger build
2022-07-26 10:59:12 -07:00
Vim
70cc0e392e
hotfix for terser dependabot failure (#1766)
- upgrade @sentry
- place sentry dsn in github secrets
2022-07-25 11:18:47 -07:00
dependabot[bot]
a93a5a5928
Bump file-type from 16.5.3 to 16.5.4 in /client (#1751)
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v16.5.3...v16.5.4)

---
updated-dependencies:
- dependency-name: file-type
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 09:23:01 -07:00
Vim
e1a61faf5d
Add a react component generator (#1745)
* Add a react component generator

* Update markdown links

* Change commented code to block comment
2022-07-15 09:54:58 -07:00
Vim
eb3004c0d5
Fix on large AK tracts that are off screen (#1740)
* Change low to high transition and global zoom

- change the low to high transition from 7 to 5. This can not go any lower as high tiles on AWS only go to zoom level 5
- reduce the zoom level globally on all census tracts

* Remove geolocation from feature flag

- geolocation is now available to all

* Add python notebook that sorts all tracts by area

- add a column of the required zoom level for the tract to be fully contained in the viewport

* Place geolocation back to behind a feature flag

* Differentiate zoom levels b/w shortcuts and tracts
2022-07-13 19:01:43 -07:00
dependabot[bot]
a5a4c31bb0
Bump moment from 2.29.2 to 2.29.4 in /client (#1731)
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 10:13:58 -07:00
Vim
8e50fa23cb
Update wastewater category to be in Spanish (#1713) 2022-07-07 06:53:27 -07:00
dependabot[bot]
5849c21fa2
Bump parse-url from 6.0.0 to 6.0.2 in /client (#1712)
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 07:05:41 -07:00
Vim
ed31849158
Align zoom levels (#1703)
- align zoom levels between the transition between low to high zoom with the census tract boundary
2022-07-06 06:46:37 -07:00
Vim
e418ebacf4
Change round to floor for indicator values (#1700)
- update tests to test flooring
2022-06-27 11:44:53 -07:00
Vim
bc31f56225
Add TSD in Spanish (#1677) 2022-06-09 13:56:37 -07:00
Jorge Escobar
5e6d08f62d
Update downloadable assets URL (#1674)
* Update downloadable assets URL

* upside down
2022-06-08 18:33:04 -04:00
Vim
9882e9ba22
Update to Gatsby 4 (#1673)
* Update to Gatsby 4

- remove old/unused packages
- update existing packages

* Roll back Gatsby

* Update README with package version info
2022-06-07 11:50:08 -07:00
dependabot[bot]
88628291e8
Bump devcert from 1.2.0 to 1.2.1 in /client (#1667)
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/davewasmer/devcert/releases)
- [Changelog](https://github.com/davewasmer/devcert/blob/master/CHANGELOG.md)
- [Commits](https://github.com/davewasmer/devcert/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: devcert
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 14:14:05 -07:00
Vim
1681a72045
Remove threshold line in side panel (#1666)
* Remove categories

* Remove disadvantaged in sidepanel

* Add comment
2022-06-06 10:52:37 -07:00
Vim
9f0ca1c17d
Add address to search placeholder and add "at or above" to category copy for low income (#1665)
* Add address to search placeholder text

* Adds "at or above" to category copy

* Updates map search placeholder text

- Update es and en.json files
- adds mobile search placeholder text
- udpates desktop search placeholder text

* Update logic to determine mobile for search text

* Update search error message

- update to Spanish text as well

* Adjust spacing between search and territory btns

* Modify mobile detection logic

- remove cypress tests for faster deploys

* Add placeholder text to state variable

- wrap state variable in useEffect()
2022-06-03 09:35:28 -07:00
Vim
fb829a287a
Remove census statement in Meth page. (#1658) 2022-05-31 13:27:19 -07:00
Vim
6ba17b544d
Update documentation from OS contributors (#1657)
* Update documentation from OS contributors

* Disable markdown links checks for certain links

* Disable expired links
2022-05-27 15:17:17 -07:00
Vim
88c86fcf7c
Changes criteria to criterion (#1655)
* Update copy

- update snapshots

* Add period to RFI box body (en and es)

- update snapshots
2022-05-26 15:33:22 -07:00
Vim
226017654a
Implement downloads page and May 25th timed copy changes (#1653)
* Add initial side nav

* Add Download page as a sub-page under Meth&Data

- udpate S3 file path in .envs
- remove the DownloadPacket component
- move download copy from methodology to download
- modify header to use two types of navs:
--  mobile (with sub-pages) and
-- desktop (without subpages)
- create a SubPageNav component
- add SubPagNav to Meth and Download page
- update snapshots
- add global CSS overide to remove minus sign on mobile nav link accordion as it's permanently open

* Remove the update tag above Public eng button

* Make the 3rd bullet on explore page update on 5/25

* Make the RFI box text change after 5/25/22

* Update site with RFI expired copy, remove Alerts

- add Spanish translations
- update snapshots

* Fix typo on XLS file path

* Refactor HowYouCanHelp to standard form

* Add custom download links with icons

- add new DownloadLink compnent
- add Spanish translations

* Update download file sizes

* Allow meth&data nav link to collapse on mobile
2022-05-25 21:01:04 -07:00
Vim
ef46af00f8
Add time to expiration date (#1654)
* Push out expiration by a day for fast fix

* Add timestampt to expiration

- update snapshots

* Remove timed alerts
2022-05-25 09:10:14 -07:00
Vim
c398fe8737
Spanish changes from translation team (#1650)
* Add translation of 'email' on About page

- Email to Correo electrónico

* Add en ingles suffix and Spanish oridinals

* Correct variable name in es.json

* Add missing colon

* Replace brackets with parens when using en ingles
2022-05-18 11:37:36 -07:00
Vim
85ffb1b6b9
Fix typos found in en.json files and copy (#1648) 2022-05-17 10:22:57 -07:00
Vim
90908532fa
Add copy to sidepanel on unselected and correct typo on Traffic data (#1646)
* Add copy to sidepanel

- add copy
- add spanish copy
- update snapshots
- udpate en.json and es.json

* Fix typo on Traffic data

* Reduce sidepanel title font size to x-large
2022-05-16 08:59:09 -07:00
Vim
dc261d8740
Route survey and whitehouse.gov to Spanish site (#1639)
* Route survey and whitehouse.gov to spanish site

* Update 3 other footer links with spanish links

* Revert alert title
2022-05-13 10:25:51 -07:00
Vim
bed73dd8d7
Add TSD and RFI to alert, add link to download slides and reverse events in PEC (#1633)
* Add TSD link to alert

- refactor LinkTypeWrapper API to take a defineMessage as URL
- remove legacy console.log statements
- update snapshots

* Add slides under YouTube link

* Render events in DESC order on PEC

* Add RFI to alert and update snapshots
2022-05-12 08:59:10 -07:00
Vim
1293a52b18
Change Explore the tool to Explore the map (#1552)
* Change Explore the tool to Explore the map

- update all snapshots
- update gherkin tests
- new en.json is created

* Update Alert copy

- update expiration date

* Update es.json ids from tool to map

* Commit latest es.json with local changes

* Rebase main, remove intl errors in console

- change from map to tool in side panel (3 places)
- make survey button route to spanish site
- make survey button open in new tab
- remove all intl errors in console on each page
- remove rebase artifact from es.json
- update all snapshots

* Correct wasterwater typo
2022-05-10 17:23:23 -07:00
Jorge Escobar
a0065ff4a7
Adding AND in Spanish (#1628)
* Spanish work

* contact fix

* dataset translations

* Adding AND in Spanish
2022-05-10 13:37:34 -04:00
Jorge Escobar
94af70ea57
Spanish work (#1620)
* Spanish work

* contact fix

* dataset translations
2022-05-09 19:43:12 -04:00
Vim
79b09e39e6
Update two dates in PEC (#1622)
* Add two sessions to pec

* Update updated button to yellow background

* Remove end times on listening sessions
2022-05-09 11:39:04 -07:00
Vim
8ee287ddea
Add tribal layer behind feature flag (#1616)
- add tribal layer to base map
- change the airport color
2022-05-06 11:34:52 -07:00
Jorge Escobar
2af6fca98d
Columnn headers update (#1618)
* Columnn headers update

* passing tests

* updated date stamp

* js tests
2022-05-06 14:10:15 -04:00
TomNUSDS
aa35758e42
Put codebook into <callout></callout> section (#1590)
Also, updated intl and tests snapshots
2022-05-04 12:08:44 -04:00
Vim
fbe96f1b41
Update copy under map (#1603) 2022-05-02 09:57:20 -07:00
TomNUSDS
6ab7d76fdb
Update Download sidebar, add new alert (#1587)
* Update Download sidebar, add new alert

- Fixes #1567
- Cleaned up styles related to buttons.
- Refactored buttons a little to make easier to maintain.
- Updated test snapshots/translation files

* Fixes

* More text fixes
2022-04-27 10:43:34 -04:00
TomNUSDS
5b5d6051a8
Spanish survey support (#1589)
* Spanish site improvements

* surveybutton localization

* Basic ES support. Localization done, too.

* Update test snapshots.

Co-authored-by: Jorge Escobar <jorge.e.escobar@omb.eop.gov>
2022-04-27 10:38:59 -04:00
Jorge Escobar
5b4f4af2a7
Updates to Spanish Site (#1585)
* Updates to Spanish Site

* update bad edit

* take feature flag out

* removing feature flag from Language component

* bad return

* updated snapshots

* Update unit tests

Co-authored-by: TomNUSDS <tomn.usds.opensource+tomnusds@gmail.com>
2022-04-25 18:59:58 -04:00
TomNUSDS
0cdc44aaab
Change primary alert message, expiration date, update intl and tests (#1584)
* Change primary alert message, expiration date, update intl and tests
* Update Request for Info box on Contact page
2022-04-25 11:57:00 -07:00
TomNUSDS
c07d790b77
Fixes #1571 (TSD download button) (#1578)
* Fixes #1571

* Split out last updated for all downloads
2022-04-19 15:30:42 -04:00
TomNUSDS
5c0e6e8096
Minor edits to copy - Fixes #1572 (#1574)
* Minor edits
* Fix `intl:compile-en` and the `intl:extract`
2022-04-19 10:21:59 -07:00
Vim
1ce124069d
Add hash to send feedback email (#1551)
- detected bug with zoom/lat/lng values and created ticket 1550
- get realtime has from mapRef
- pass hash to AreaDetail as prop
- update tests and snapshots
2022-04-12 11:49:57 -07:00
Vim
ce6f7974fb
Add Spanish to site (#1541)
* Add script to un-nest the translated es.json file

* Update unit tests

* Update i18n IDs to conformity

* Update READMEs

* Make ordinal values in sidepanel i18n compliant

* remove redudant IDs in en.json

* Add oridinal i18n to IndicatorValue sub-text

* Update plurals in sidepanel

- Disadvantaged in 1 category
- Disadvantaged in 5 categories
- At or above 1 threshold
- At or above 10 thresholds

* Add en.json link to GHA

* Enable FormatJS linter rules to catch i18n issues

* Testing if commit hash will render in PR message

* Testing if commit hash will render in PR message

* Enable allow repeats

* Try to add run command

* remove attempts to link to en.json

* Define COMMIT HASH env variable

* Move commit hash to deploy job
2022-04-11 15:51:38 -07:00
dependabot[bot]
181b6f4919
Bump moment from 2.29.1 to 2.29.2 in /client (#1545)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 14:43:11 -07:00
Vim
92501e4715
Re-order nav links, update download box to include shapefiles, squish pages (#1538)
* Re-order nav links, update download box to include shapefiles, squishy pages (#1536)

* Add dropdown to navigation links

- add download page
- move main pages tests to their own folder
- add download and public eng snapshot test
- remove public engagement button on each page
- swap index with cejst
- update cypress ENDPOINTS
- upate gatsby-config sitemap
- update snapshots
- cypress tests are failing

* Make all page endpoints constants

- fix all cypress tests
- refactor all test to use LegacyTests/constants/PAGES_ENDPOINTS
- gatsby-config to use PAGES_ENDPOINTS
- remove ScoreStepList component
- update J40Header to use constants.PAGES_ENDPOINTS
- update snapshots
- there are 3 locations to update PAGES_ENDPOINTS, namely

1. LegacyTests/constants.tsx
2. constants.tsx
3. gatsby-config

* Add two placeholder pages

- FAQs
- TSD

* remove dropdown from navigation menu

- remove dropdown from gherkin tests
- update snapshots

* Add back public engagement button to all pages

- add send button in area detail alt tag to i18n
- modify public engagement button to have same CSS as send feedback button
- update snapshots

* Update download box to include shapefile downloads

- refator download packet scss
- add shapefile URL to .env files
- update tests
- index forwarding pattern
- update snapshots

* Add FAQ link to About page

* Update footer

- add PEC
- add RFI
- add github link

* Update the staging link URL and title

* Update download Box to match design sync

- update FAQ link copy

* Add comment for reason of commented code
2022-04-07 10:14:54 -07:00
Vim
69edbe520e
RFI link to contact page (#1528)
* Add RFI to contact page

* Move to a 8:4 column layout for the contact page

- add margin above footer
- update snapshots

* Add period to copy

* add download attribute to <a> tag

- fix local cypress tess
2022-04-05 11:11:14 -04:00
Vim
952f97a20d
Add video to PEC (#1524)
* Add video to PEC

- new component
- update snapshot

* Fix a11y issue

- move SummaryBox below H2
- create PublicEvents component to place a margin-bottom

* Remove PublicEvents component
2022-04-01 11:13:40 -04:00