Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
11 stars 5 forks source link

Hide existing reports #622

Open skrishn opened 5 months ago

skrishn commented 5 months ago

https://devtopia.esri.com/WebGIS/arcgis-portal-app-templates/issues/9949

"Request from tech consultant on local gov, they want the ability to hide existing reports in the panel.

Reports can be filtered out, but the layer name still shows with (0) next to it.

Config option: label Hide reports tooltip: Hide reports in the panel and map image"

Additional info: The user would like to use this app only for data collection and doesn't want it for exploration or visualization. They've considered Hub and Survey123 but they'd have noticed limitation with those applications.

Things to consider:

  1. Validate use case
  2. Configurable option to hide reports
  3. Remove the # of features from layer.
  4. How to prevent redundant report submission (not sure of the use requirements for this case)
  5. How do we handle map clicks ( display no reporting layer and reporting layer)