Skip to content

WDFN-703 - Alternate parm code selector in Groundwater Data section doesn't function

Bucknell, Mary S. requested to merge mbucknell/waterdataui:wdfn-703 into main

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json, versionNumber and metadataLastUpdated.

Description

There was a change in the payload of the available statisical data payload where the id no longer contained the agencyCd-siteno-tsId, but now only includes tsID. I think we actually fixed this in one place but not within the graph-controls for the dv-hydrograph. While looking at this, I realized that the code to determine the "best" parameter code was not actually used to set the initial value of the parameter code radio buttons. In addition, the payload now includes a "best" boolean which indicates which statistical time series is the best one for this site. We are now using this to set the initial value of the parameter code selection radio buttons.

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial
Edited by Bucknell, Mary S.

Merge request reports