mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 07:41:17 -07:00
Update backend for Puerto Rico (#1686)
* Update PR threshold count to 10 We now show 10 indicators for PR. See the discussion on the github issue for more info: https://github.com/usds/justice40-tool/issues/1621 * Do not use linguistic iso for Puerto Rico Closes 1350. Co-authored-by: Shelby Switzer <shelbyswitzer@gmail.com>
This commit is contained in:
parent
1782d022a9
commit
05748c9fa2
2 changed files with 50 additions and 8 deletions
|
@ -123,7 +123,7 @@ TILES_ROUND_NUM_DECIMALS = 2
|
|||
# Controlling Tile user experience columns
|
||||
THRESHOLD_COUNT_TO_SHOW_FIELD_NAME = "THRHLD"
|
||||
TILES_ISLAND_AREAS_THRESHOLD_COUNT = 3
|
||||
TILES_PUERTO_RICO_THRESHOLD_COUNT = 4
|
||||
TILES_PUERTO_RICO_THRESHOLD_COUNT = 10
|
||||
TILES_NATION_THRESHOLD_COUNT = 21
|
||||
|
||||
# Note that the FIPS code is a string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue