oroinc / platform

Main OroPlatform package with core functionality.
Other
625 stars 353 forks source link

optimize UI for call centers #117

Open lsmith77 opened 9 years ago

lsmith77 commented 9 years ago

This mainly means ensuring the UI either by default or by a user preference can be made optimized for keyboard use. I am thinking here especially about navigation and search.

Semi related this to me also means supporting less structured search. I know there is the global search UI which is a good step. I am not sure if such a "search across all fields" search widget is available for the datagrid. Also of course supporting Lucene based search engines may be necessary here too (I know that this is on the roadmap).

DimaSoroka commented 9 years ago

@lsmith77 , are you talking about "keyboard shortcuts" or about something else under UI optimization?

Global search is done on all fields that are registered to be used for global search index. I like the idea of search widget per grid, we'll plan some work for this.

As for search engines integration we are currently working on ElasticSearch.

lsmith77 commented 9 years ago

not just keyboard shortcuts but also the ability to tab through to enter search criteria and selecting the search operators.

DimaSoroka commented 9 years ago

got you, thanks!

sadortun commented 7 years ago

@lsmith77 have you tested https://marketplace.orocrm.com/package/oro-hotkeys ?

Related to https://github.com/orocrm/platform/issues/432