Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 364987

Summary: [client][progress service] Tasks service for new API and tasks navigator
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 0.2   
Target Milestone: 0.4 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on: 364830, 365096, 365098    
Bug Blocks: 344012    

Description Malgorzata Janczarska CLA 2011-11-28 12:52:23 EST
Create a task service that retrieves information abut tasks using the new API (bug 364830) and use it in a task navigator.
Task navigator should allow to browse, remove, cancel tasks.
Task navigator should be prepared for more than one task service (can be provided by different providers).
Comment 1 Malgorzata Janczarska CLA 2011-12-07 10:20:18 EST
Created:
taskPlugin.html - a plugin to task API
taskClient.js - client talking to all deployed task plugins.

task navigator can be found at:
[SERVER URL]/tasks/list.html
navigator allows:
* browsing list of tasks persisted on the server
* removing completed tasks
* canceling running tasks if supported (currently we don't have tasks supporting canceling)
* tasks list autorefreshes

Note: if you get to task navigator I advice you to hit "Remove Completed" command. It will remove add old tasks, some of them don't have all information new tasks would have. It will also free plenty of space on our/your server.