Esri / solutions-components

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

Display a information panel in the report panel #621

Open skrishn opened 5 months ago

skrishn commented 5 months ago

In Nearby app, there is an option to display an information panel to inform users on how to use the app. This is displayed every time a search is not performed. We got feedback to display it in the reporter app.

Instead of displaying at all times, we can implement it on load and when clicking on the icon on the top right.

image

chris-fox commented 5 months ago

Isn't this already available via the Information Window option:

image

skrishn commented 5 months ago

Yes, but it opens as a modal. There was feedback to the IA team to display it in the panel.

chris-fox commented 5 months ago

I feel like we should push back against this request, this is the same behavior as was in the old Crowdsource Reporter, what advantage does showing it in the panel offer? The point of a terms of use is you can't get into the app until you accept.

skrishn commented 5 months ago

In the old reporter, we had it as a Help and users had to click OK to get into the app. But, with this request, if it is displayed at all times (after reports are submitted), the user gets to the app by clicking on the Report incident button. This is mimicking the experience in the Nearby app. Even if we show it only on app load, I don't see a solid use case or need for this. And, yes, I agree with you. I opened this issue to have it documented for future reference.