mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-26 19:11:16 -07:00
Update side panel to 3-state design (#1276)
* Update field name to follow constant standard * Add table to ETL commands to README * Update Generate Map Tiles run time * Add a comma to copy * Add 3 state UI experience - PR will only show workforce dev - IA will only show workforce dev w/o linguistic iso - update tests to tests 3 states - change state to territory for Island Areas * Modify PR and IA threshold counts * Update tile_data_expected.pkl file
This commit is contained in:
parent
59862a098e
commit
f90125d1b4
11 changed files with 634 additions and 48 deletions
|
@ -82,9 +82,9 @@ TILES_ROUND_NUM_DECIMALS = 2
|
|||
# data available, and as a consequence, show a different number of fields.
|
||||
|
||||
# Controlling Tile user experience columns
|
||||
THRESHOLD_COUNT_TO_SHOW_FIELD_NAME = "Thresholds"
|
||||
TILES_ISLAND_AREAS_THRESHOLD_COUNT = 4
|
||||
TILES_PUERTO_RICO_THRESHOLD_COUNT = 5
|
||||
THRESHOLD_COUNT_TO_SHOW_FIELD_NAME = "THRHLD"
|
||||
TILES_ISLAND_AREAS_THRESHOLD_COUNT = 3
|
||||
TILES_PUERTO_RICO_THRESHOLD_COUNT = 4
|
||||
TILES_NATION_THRESHOLD_COUNT = 21
|
||||
|
||||
# Note that the FIPS code is a string
|
||||
|
@ -95,7 +95,7 @@ TILES_PUERTO_RICO_FIPS_CODE = ["72"]
|
|||
|
||||
# Constant to reflect UI Experience version
|
||||
# "Nation" referring to 50 states and DC is from Census
|
||||
USER_INTERFACE_EXPERIENCE_FIELD_NAME = "UI Experience"
|
||||
USER_INTERFACE_EXPERIENCE_FIELD_NAME = "UI_EXP"
|
||||
NATION_USER_EXPERIENCE = "Nation"
|
||||
PUERTO_RICO_USER_EXPERIENCE = "Puerto Rico"
|
||||
ISLAND_AREAS_USER_EXPERIENCE = "Island Areas"
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue