Split classes out of __init__.py
Registered by
Philippe Delodder
Split the existing classes in utils/__init__.py into separated files for maintainability
Blueprint information
- Status:
- Complete
- Approver:
- Rob Oakes
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Philippe Delodder
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- Rob Oakes
- Completed by
- Philippe Delodder
Whiteboard
% Rob Oakes - Comments %
Refactor code into separate background classes for easier maintainance. General guidelines:
- Background tasks should not use GUI classes. This allows for more generic code. Also, ensures that the Time-Drive can be deployed in a server environment
%% Additional Thoughts?
(?)