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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Jedie,
I've started again to dive deep inside
HueyandHueyMonitorin order to enableHueyMonitorto better handle subtasks and subtasks having subtasks.As you didn't have much time to update the
HueyMonitorwhen I was very active (2-3 years ago), I started to patchHueyMonitorquite 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
ProcessInfowhich is itself only a kind of helper class.I've been re-analysing
TaskModelandProcessInfomodels and realised thatTaskModeldoes not contain any business-related functions.All the business related activity seems to be managed exclusively trough
ProcessInfoobjects, and not directly withTaskModelobjects.Is that your philosophy, to separate business activity from the
TaskModel?or is it just a consequence of having removed the
TaskProgressModelmodel?Beta Was this translation helpful? Give feedback.
All reactions