ProcessInfo vs TaskModel #144
Skrattoune
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Jedie,
I've started again to dive deep inside
Huey
andHueyMonitor
in order to enableHueyMonitor
to better handle subtasks and subtasks having subtasks.As you didn't have much time to update the
HueyMonitor
when I was very active (2-3 years ago), I started to patchHueyMonitor
quite heavily, in order to fit with my needs.But now, you seem to be a bit more active around
HueyMonitor
, and I would like to take the opportunity for us to upgradeHueyMonitor
.On my version of
HueyMonitor
, I've created a series of helpers.However, I think that it would make sense to regroup these helpers within
ProcessInfo
which is itself only a kind of helper class.I've been re-analysing
TaskModel
andProcessInfo
models and realised thatTaskModel
does not contain any business-related functions.All the business related activity seems to be managed exclusively trough
ProcessInfo
objects, and not directly withTaskModel
objects.Is that your philosophy, to separate business activity from the
TaskModel
?or is it just a consequence of having removed the
TaskProgressModel
model?Beta Was this translation helpful? Give feedback.
All reactions