[Nailgun] Move tasks creation code to task helpers.
Registered by
Aleksey Kasatkin
DRY. We have a number of repeated code snippets where task object is created. This can be found in task.manager, handlers, plugin.manager. Let's move this code to task helpers.
Blueprint information
- Status:
- Not started
- Approver:
- Evgeniy L
- Priority:
- Low
- Drafter:
- Aleksey Kasatkin
- Direction:
- Needs approval
- Assignee:
- Fuel Python (Deprecated)
- Definition:
- Pending Approval
- Series goal:
- Accepted for future
- Implementation:
- Not started
- Milestone target:
- next
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
[eli] please, provide example. Or links on lines of code where we have such DRY problems.
[alekseyk-ru] I mean code chunks like this one:
task = Task(name=
Such code chunks are found mostly in task.manager actually.
(?)