bcgov / nr-spar

SPAR app from FDS (Forestry Digital Services)
https://www2.gov.bc.ca/gov/content/industry/forestry/managing-our-forest-resources/tree-seed/seed-planning-use/spar
Apache License 2.0
2 stars 0 forks source link

adjustments to show hide feature (step 5) - change default setting and add "wwd" #1628

Open SLDonnelly opened 1 week ago

SLDonnelly commented 1 week ago

Describe the task

Based on user feedback, there are adjustments needed to the show/hide feature in step 5:

  1. Currently, the show/hide column feature (in step5) is missing the "WWD" code for FDI species.

Image

To correct this, the "wwd" code needs to be added to the dictionary (FE) as shown in the following:

CW: ['ad', 'dfu', 'gvo', 'wdu'], PLI: ['dfs', 'dsc', 'dsg', 'gvo'], FDC: ['dfw', 'gvo', 'wwd'], PW: ['dsb'], DR: ['gvo'], EP: ['gvo'], FDI: ['gvo']['wwd'], HW: ['gvo'], LW: ['gvo'], PY: ['gvo'], SS: ['gvo', 'iws'], SX: ['gvo', 'iws'], UNKNOWN: ['gvo']

  1. Users would like the default for the columns to be changed from "off" to "on" so that they automatically appear on the screen and need to be turned off.

Acceptance Criteria