Skip to content

Tasks: Add a way to create template todo lists #7

@helje5

Description

@helje5

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions