-
Notifications
You must be signed in to change notification settings - Fork 10
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
Reorganization of the plot of land interface, in particular for waste garbage cans #198
Comments
After discussion with @landryb, a small remark about the loupe icon: we're afraid that users will be lost if the option to search for a parcel by reference, cadastral address or identifier is displayed when they click on the manual selection icons (point, line, polygon): wouldn't it be better to display “Click on the map to select one or more parcels” instead ? And if they want to search for the parcel ID, display this option ONLY when they click on the small loupe ? @jusabatier @vfabry |
Maybe labelling with "Sur la carte :" before map selection buttons ? For me we shouldn't have a loupe icon that hide search options when not selected. It will make the functionality more complex to use as some user may not understand that they have to click on it to display the search form. |
so it's not confusing for your users to have the point tool selected/highlighted, and the search fields displayed at the same time ? To me here we have two distinct search entries here:
and i'm not sure they should be displayed 'at the same time'.. but maybe that's fine for end-users |
This is a point to discuss. Currently, cadastrapp allow to display |
No, I think they will be more confused to not find the search field and may not understand/forget that they have to click on a magnifier icon to show them. For me, display both map and references search tools is not a problem as long as it remains easy to use and understand. |
I agree, if we're going to keep the search possible even when we're on the point/line/polygon icons, at least put something to indicate that you have to click on the map to select parcels. Otherwise, I'm afraid we'll lose clarity... |
In PR for review here |
A request has been made to modify the “dustbin” type icons in the “Parcel search” interface.
The interface must be modified to change the location of certain buttons.
The change of location will allow a better understanding of the link between the buttons and other interface elements
(e.g. changing the location of the “+” to add a tab).
Adding a “+” tab to add a selection tab and removing the “+” in the toolbar to the right of the tabs.
Clicking on the + will add a tab at the end with the same behavior as the current “+” button.
Technically, a NavItem tab will be added after all the other tabs :
https://github.com/georchestra/mapstore2-cadastrapp/blob/master/js/extension/components/PlotSelection.jsx#L116
Click on "+" add a tab with the same behaviour as the current "+" button :
https://github.com/georchestra/mapstore2-cadastrapp/blob/master/js/extension/components/PlotSelection.jsx#L66
Adding a cross on all tabs to delete a tab, and removing the trash can to the right of the tabs (currently next to the “+”).
For this purpose, we will add a cross-shaped button to the right of the title
https://github.com/georchestra/mapstore2-cadastrapp/blob/master/js/extension/components/PlotSelection.jsx#L103-L105
Clicking on the cross will execute the action of deleting a tab with the index number to be deleted.
https://github.com/georchestra/mapstore2-cadastrapp/blob/master/js/extension/components/PlotSelection.jsx#L74
The location of search-related buttons is not optimal. These actions should be at the bottom of the “parcel search” zone and not to the right of the “parcel selection” heading.
The CSS styling of the active and inactive buttons is not optimal, with borders that appear to be poorly displayed when the button is active.
The text was updated successfully, but these errors were encountered: