Esri / solutions-components

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

Map view layout feedback in Manager #819

Closed azizaparveen closed 1 month ago

azizaparveen commented 2 months ago

Describe requirements

With the new map view layout, we would like to make the following changes

we can select features from map but there is no way to clear the selection unless we change the layout, could we please add Clear selection button in the More menu?

image

image

azizaparveen commented 2 months ago

cc @sarahmcdonald7

sumitzarkar commented 1 month ago

@azizaparveen

If related table is present in the map, disable the layer because we can't really navigate to related records by selecting records from map.

If related tables are present in the map do we want to disable them from the layer picker shown in that mapview? image

Could you please confirm if our understanding is correct if not please add more details on this - which layer to be disabled when we have related table in the map

azizaparveen commented 1 month ago

Could you please confirm if our understanding is correct if not please add more details on this - which layer to be disabled when we have related table in the map

Yes, you are correct, the layer should be disabled in layer picker

chris-fox commented 1 month ago

@azizaparveen, @sumitzarkar, just to clarify. I think we would want all tables to be disabled, whether they are related tables or not. It is just not possible to select a table record in the Map View, so it makes no sense to make it the active layer/table.

pratiksabale07 commented 1 month ago

@azizaparveen


Solution

Items Is required Status Comments
Required NLS changes? Yes
Required Backward compatibility No
Required 508 Yes
Need Sanitize? No

Impact Analysis Report

Impacted Areas Comments
Have Configuration changes? No
Have Runtime changes? Yes
Impact on RTL Yes
Impacted components 1. map card
2. layer-table
3. crowdsource-manager
Impact on map view layout Table should shown as disabled from map-layer-picker
Tools should shown in the toolbar first, if it gets overflows then more dropdown button will shown and it the tools should shown in the more dropdown button
Clear selection tool should shown in the map view layout's tool bar to clear the selection if feature is selected
- If no feature is selected then clear selection tool should shown as disabled
- Enable the clear selectionn tool when feature is selected
azizaparveen commented 1 month ago

This looks good in devext