Feature #8299
closed
Implement a new request to get statuses of solving tasks
Added by Ilja Zakharov over 7 years ago.
Updated about 7 years ago.
Description
To decrease the number of requests from Core to Bridge to get statuses of solving tasks there is an idea to implement another one request to get all statuses within the one json file.
As soon as I describe in the specification all necessary changes, I will reassign the task.
- Assignee changed from Ilja Zakharov to Vladimir Gratinskiy
Please, find all necessary changes in the corresponding specification.
- Due date set to 07/18/2017
- Status changed from New to Resolved
Implemented in feature_8299. Changes:
- url "/service/get_task_status/" was replaced with "/service/get_tasks_statuses/";
- Parameter "task id" (str) for this POST request was repalced with "tasks" (json str - list of task idetnifiers);
- Return data "task status" (str) was replaces with "tasks statuses" (json str):
{'pending': <list of tasks ids>, 'processing': <list of tasks ids>, 'finished': <list of tasks ids>, 'error': <list of tasks ids>}
Thanks! I will provide feedback as soon as I fix independent task managing in VTG.
- Target version set to 2.0
Looks like it works and the branch was merged to branch core-refactoring.
- Target version changed from 2.0 to 0.2
The related considerable Core refactoring is always completed and it would be better to have it in master ASAP while Klever 1.0 will be devoted to great conceptual improvements.
- Status changed from Resolved to Closed
I merged the branch to master in aec48ac1.
Also available in: Atom
PDF