Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Drainage Area Analyze View #3559

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Commits on Aug 2, 2022

  1. Wrap Drainage Area Analyze results in survey

    In order to be compliant with the API exposed by all other
    /analyze/ endpoints, the final results should be wrapped in
    `survey`. This allows easy use on the front-end.
    rajadain committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b3c7190 View commit details
    Browse the repository at this point in the history
  2. Refactor: Move Download CSV button into TableView

    Previously this was present in the parent ResultView. Now,
    as we prepare to reuse the TableView elsewhere, we move the
    Download CSV button to be within it so that it is present
    in the Drainage Area Analyze view where it will next be used.
    rajadain committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e30d4ea View commit details
    Browse the repository at this point in the history
  3. Export GWLF-E Table Views

    So they can be reused in Drainage Area Analysis
    rajadain committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    59c7a17 View commit details
    Browse the repository at this point in the history
  4. Wire through drainage area variable

    When the area of interest is a drainage area, we now set this
    new areaOfInterestDrainageArea attribute to true. It is false
    by default, and reset to false when the AoI is cleared.
    rajadain committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a801ca8 View commit details
    Browse the repository at this point in the history
  5. Implement Drainage Area Analyze View

    When the area of interest is a Drainage Area,
    we show an additional Analyze Tab, which shoes contents
    of the GWLF-E Runoff and Water Quality views.
    
    The Drainage Area Result View is made quite akin
    to the Analyze Result View, but had to be seprate
    because of its custom CSV Export handling.
    rajadain committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ca3e53e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3068c1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d224b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0eda2dd View commit details
    Browse the repository at this point in the history