wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

WATERSS report and AOI type #61

Closed wmbeers closed 2 years ago

wmbeers commented 3 years ago

Lex has added a new value to the LU_PROJECT_TYPE lookup table for supporting AOI analysis for WATERSS.

PK_PROJECT_TYPE: 18 PROJECT_TYPE: WATERSS
Description: Watershed Approach to Evaluate Regional Stormwater Solutions

We don't read from this table, so it needs to be added to the projectTypes array in AoiEditor.js

See also Issue #55 for enhancement to load thematic maps, how we're implementing the WATERSS maps.

wmbeers commented 3 years ago

Changes made under https://github.com/wmbeers/cmv-app/tree/WATERSS branch.

wmbeers commented 3 years ago

Extending this to include support for requesting and viewing report generation progress for the new WATERSS report.

Tied to EST code changes under Bug 6109 - Provide support in the UI and database for requesting a WATERSS report on an AOI and tracking the status of generating the report

mikekonikoff commented 3 years ago

Please enable this option on dev and stage

wmbeers commented 3 years ago

Please enable this option on dev and stage

Working on dev. DB changes needed for stage migration.

wmbeers commented 2 years ago

Note: Bug #6109 is merging to pre-prod this weekend for back end support and simplify deployment of HCM related bugs and AOI improvements, but we're holding off on displaying WATERSS report option in AOI UI for now.

wmbeers commented 2 years ago

6109 closed with pull request 103/104