-
Smarter search and recent object functionality (3 messages)
- Posted by: Pietro Polsinelli
- Posted on: February 23 2009 07:51 EST
In the blog post here: http://blog.twproject.com/2009/02/20/smarter-search-and-recent-object-functionality I examine a technique to improve usability in complex applications by introducing smarter search and “recent objects” functionalities. As usability becomes more and more a crucial feature of applications, helping users with full-text search and recent object lists may still prove insufficient. You may need to go beyond these features, by having a way to keep track of “most used” objects, which will help to: - guess what you are looking for - find what you are searching for You can in this way also improve full-text searches.Threaded Messages (3)
- Re: Smarter search and recent object functionality by Pietro Polsinelli on February 24 2009 04:28 EST
- Re: Smarter search and recent object functionality by Alessandro Santini on February 24 2009 04:44 EST
- Re: Smarter search and recent object functionality by Eric Jain on February 28 2009 20:17 EST
-
Re: Smarter search and recent object functionality[ Go to top ]
- Posted by: Pietro Polsinelli
- Posted on: February 24 2009 04:28 EST
- in response to Pietro Polsinelli
Other uses of collecting hits that I didn’t mention are as a way of collecting statistics of most used functionalities, which can help in improving the usability of your application. You can also detect “paths” in sequences of hits, and that too can be used for improving user experience. -
Re: Smarter search and recent object functionality[ Go to top ]
- Posted by: Alessandro Santini
- Posted on: February 24 2009 04:44 EST
- in response to Pietro Polsinelli
Other uses of collecting hits that I didn’t mention are as a way of collecting statistics of most used functionalities, which can help in improving the usability of your application. You can also detect “paths” in sequences of hits, and that too can be used for improving user experience.
Interesting work - I am working on a similar topic but from another perspective: collecting user errors and preventing the same user to commit the same mistake again by proactively notifying his common mistakes (e.g. forgetting a mandatory field etc.) Perhaps not really interesting for many, but for me it is an unexplored area. -
Re: Smarter search and recent object functionality[ Go to top ]
- Posted by: Eric Jain
- Posted on: February 28 2009 20:17 EST
- in response to Pietro Polsinelli
If I'm not mistaken, Mylin's "automated context management" tries to address the same problem. Definitely an interesting topic...