Community
Participate
Working Groups
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).
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.