Jump to content

Task-focused interface

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cybercobra (talk | contribs) at 00:06, 15 September 2009 (moved Task-Focused Interface to Task-focused interface: match caps in lede). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The task-focused interface is a type of user interface which extends the desktop metaphor of the graphical user interface to make tasks, not files and folders, the primary unit of interaction. Instead of showing entire hierarchies or lists of information, such as the contents document hierarchy, a task-focused interface shows the subset of the content that is relevant to the task-at-hand. This addresses the problem of information overload when dealing with large hierarchies, such as those in software systems or large sets of documents. The task-focused interface is composed of a mechanism which allows the user to specify the Task being worked on, a model of the task context such as a degree-of-interest (DOI) ranking[1], and a focusing mechanism to filter or highlight the relevant documents. The task-focused interface has been validated, with statistical significance[2] to increase knowledge worker productivity. It has been broadly adopted by programmers and is a key part of the Eclipse Integrated development environment. The technology is also referred to as the "task context" model and the "task-focused programming" paradigm.

History

The task-focused interface was invented by Mik Kersten during his PhD at the University of British Columbia in 2004.[3] Kersten previously worked on the Aspect-oriented programming team at Xerox PARC and combined the idea of crosscutting aspects and task management. Early precursors to the task-focused interface include the attention-reactive[4] interface metaphor and the "Edit & Read Wear"[5] document editing tool.

The first description of the task-focused interface concepts appeared in a 2005 AOSD conference publication. The first implementation of the task-focused interface started as an open source project called Eclipse Mylyn, created in March 2005. The technology evolved with input and contributions from thousands of open source community developers.[6] In 2006, a research group and the University of Victoria demonstrated the utility of the task-focused interface and degree-of-interest model for Ontology Visualization (computer graphics).[7] In 2007, the Mylyn implementation was bundled with the majority of Eclipse IDE distributions. In 2008, the task-focused interface became popular with Software developers and received millions of downloads. Later that year, alternate applications and implementations of task-focused interface became available, including NetBeans Cubeon,[8] and the Tasktop Pro tool for project managers. By 2009, most Application lifecycle management tools provided integration with Mylyn's task-focused interface.[9] and numerous commercial products, such as SAP NetWeaver and VMware's SpringSource Tool Suite[10] bundled the tool and extended the task-focused interface technology to their products.

Technology

The primary goal of a task-focused interface is to scope the information shown in a computer application to just that relevant to the user's current task. Based on the user's interactions, each uniquely identifiable element of information available to the user is assigned a degree-of-interest (DOI) ranking. The more frequently and recently a user has interacted with an element of information, the higher the DOI for that element for that task.

The DOI rankings for the information elements can be used within a task-focused interface in four ways. Elements below a certain DOI threshold can be filtered to reduce the number of elements presented. Elements can be ranked according to their DOI; for instance, the elements of highest interest can be shown at the top of a list. The elements can be decorated with colours to indicate ranges of DOI. Finally, the display of structured information elements can be automatically managed based on DOI; for instance, text corresponding to elements with low DOI can be automatically elided.

The DOI value for each information element interacted with as part of a task can be derived from a stored history of interaction events recorded as the user works with the application. This approach requires a user to indicate the start of a task. The collection of all interaction events that take place during a single task is call a "task context".

Task-focused interfaces have been demonstrated to be effective in reducing information overload and improving productivity.

The Eclipse Mylyn project is an implementation of the Task-Focused Interface. Mylyn filters, sorts, highlights, folds, and manages tree expansion for numerous views within the Eclipse IDE based on the currently active task.

References

  1. ^ Leung, Y. K. (1994). "A review and taxonomy of distortion-oriented presentation techniques". Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  2. ^ Kersten, Mik (2007). "Using task context to improve programmer productivity". Proceedings of the 14th ACM SIGSOFT International Foundations of Software Engineering Conference. Retrieved 11-Sep-2009. {{cite conference}}: Check date values in: |accessdate= (help); Unknown parameter |booktitle= ignored (|book-title= suggested) (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  3. ^ "Mik Kersten Thesis" (PDF). 2008. Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help)
  4. ^ "Attention-reactive interfaces for sensemaking". 2009. Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help)
  5. ^ Hill, W.C. (1992). "Using task context to improve programmer productivity". Proceedings of the SIGCHI conference on Human factors in computing systems. Monterey, California: ACM Press. {{cite conference}}: |access-date= requires |url= (help); Check date values in: |accessdate= (help); Unknown parameter |booktitle= ignored (|book-title= suggested) (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  6. ^ "Eclipse Mylyn Project". 2009. Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help)
  7. ^ "Using a Degree-of-Interest Model for Adaptive Visualizations in Protégé" (PDF). 2006. Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help)
  8. ^ "Netbeans Cubeon". 2009. Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help)
  9. ^ "Eclipse Mylyn Extensions". 2009. Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help)
  10. ^ "SpringSource Tool Suite". 2009. Retrieved 11-Sep-2009. {{cite web}}: Check date values in: |accessdate= (help)