Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 364987 - [client][progress service] Tasks service for new API and tasks navigator
Summary: [client][progress service] Tasks service for new API and tasks navigator
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 0.4 M1   Edit
Assignee: Malgorzata Janczarska CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 364830 365096 365098
Blocks: 344012
  Show dependency tree
 
Reported: 2011-11-28 12:52 EST by Malgorzata Janczarska CLA
Modified: 2011-12-07 10:20 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.