hairizuanbinnoorazman / tasker

Create tasks from CLI and post it to task management platforms
1 stars 0 forks source link

Templated tasks #12

Open hairizuanbinnoorazman opened 6 years ago

hairizuanbinnoorazman commented 6 years ago

This idea involves allowing users to specify a configuration file which can be picked up by the CLI to run and apply on the different platforms.

Why would we want this?

Suppose that we have a standard way of breaking big tasks? E.g. A marketing project that spans across multiple marketing channels. Some of the standard tasks that would be created:

Maybe for every marketing campaign, all of such tasks would need to be created, with respective deadlines.

The tasks would also need to be grouped as one group of tasks which needs to be executed together one after another. Failure in one or several tasks might result in problems to further along the chain

Some things that needs to be considered

Naive implementation