user interface - Elegant UI for associations with a lot of data -


I have an e-commerce website where many associations are required to create a product, a category, manufacturer, affiliate products , Etc. are required.

When there is only a very small, limited amount of data, the manufacturer makes simple use of the drop down or options box for the user to choose the relatable field / field.

However for related items like items, where I have thousands or products, it is not feasible to use any of these methods. I currently use a search / page table which The user again clicks on a button to connect the union, it works, but it takes a lot of time for the user, and not why I consider the ideal solution to the problem.

Has anyone solved this problem or can they present any advice that how will it come from the UI perspective?

Thanks for any help

  1. Autocomplete
  2. Recent Associations
  3. Smart Association

What you are doing May be more on the base, so do not hesitate to add more details or screenshots and I think more about it.


Autocomplete

Using an autocomplete area will speed up the process for your users because they ' Instead of hunting, they can start typing and a suggestion box can be shown below the field, so that they have to choose what they are looking for.

If you have many major areas (such as manufacturer and product name), a very good chance that the user will be able to quickly find the union.

You can also code such suggestion boxes in such a way that it has shown many important key data. In this way, if the user was not sure what they were looking for, then typing a few letters in the field would tell them how they could search.


Recent organizations

Below your own full circle, you can add 5 to 10 most recent associations Had gone. This will allow your users to quickly add several products from the same association without using their own self-sufficiency.

Smart Association

Unlike the above two mechanisms, a smart association is something that I first saw when building a store did. They allow themselves to organize themselves on the basis of product key areas by defining the conditions for incorporating or removing the products:

  Create association 'pants' where the string 'pants' in the product title Or where the string in the product 'caprary'  

is controlled by the set of dropdown and textfield above and the pain of creating association manually Get around.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -