It would be great to have todo lists that act as a template. I.e. can be instantiated to actual todo lists.
There is no real concept of a todo list in OGo, but tasks can have subtasks, so we could define such a hierarchy as a "todo list" (the root task would be the list and check off when all subitems are checked off).
The job table already has a kind column, which is already filtered in the ObjC OGo.
This column only seems to be used w/ 01_root_process which apparently meant that a project has/had a single root process? There is an error like this:
"project has more than one root process!!!"
I think we could probably use kind w/ 10_template, and it wouldn't show up in ObjC OGo.
There is also the concept of "control jobs", which I think is used for delegation, to decouple the job delegated to someone from the job of the "owner" (which may have to approve whether the delegated job was actually done).
It would be great to have todo lists that act as a template. I.e. can be instantiated to actual todo lists.
There is no real concept of a todo list in OGo, but tasks can have subtasks, so we could define such a hierarchy as a "todo list" (the root task would be the list and check off when all subitems are checked off).
The
jobtable already has akindcolumn, which is already filtered in the ObjC OGo.This column only seems to be used w/
01_root_processwhich apparently meant that a project has/had a single root process? There is an error like this:"project has more than one root process!!!"
I think we could probably use
kindw/10_template, and it wouldn't show up in ObjC OGo.There is also the concept of "control jobs", which I think is used for delegation, to decouple the job delegated to someone from the job of the "owner" (which may have to approve whether the delegated job was actually done).