Skip to content

WDFN-912 - Add field visits to data details table

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

Before making a pull request

  • Put the appropriate EXEMPT flag if needed in the MR label (see https://practices.wma.chs.usgs.gov/practice/peer_code_review/)
  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json metadataLastUpdated and bump CHANGELOG.md to next version.

Description

There will be a subsequent MR to do some cleanup up the DataDetailsGrid and its subcomponents along with investigating two mysterious test failures.

Added a new subcomponent to display the selected GW level visits. The row will only appear if the selected parameter code has groundwater level visits. Data will only be shown if it is visible on the graph.

Screen_Shot_2023-01-20_at_8.28.03_AM

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
  • Check the accessibility CI step and fix or explain any issues.

Merge request reports