An open API service indexing awesome lists of open source software.

https://github.com/cherusk/tw_projector

Taskwarrior based doability projector and reviser
https://github.com/cherusk/tw_projector

convenience feasibility prediction projection taskwarrior taskwarrior2

Last synced: 3 months ago
JSON representation

Taskwarrior based doability projector and reviser

Awesome Lists containing this project

README

        

## Taskwarrior projector
---

### Gist

Taskwarrior offers many facilities to keep a structured overview even when
faced with a myriad of tasks. Yet, the real world can be complex and is full of
constraints, like priorities and conflicting task sizing proportions for
existing spare scheduling slots. To alleviate for the human operator the
decision taking burden of what to work off the bulk of tasks next and to
maintain visibility on the actual feasiblity of the coming steps in mind, this
light projector mechanism was created.

### Usage Principle

1. generate a set of default meta run specifications and selected tasks
2. alter generation to fit current prospection interests
3. run with the previously alterated specification to learn the feasiblity and
quality of the foreseen scenarious

### Usage Example

```
From run
1.)

# ./invoke.py generate -c my_scenario.yml

2.)
# my_scenario.yml

3.)
# ./invoke.py project -p my_scenario.yml

```

### Install

For now, simply clone this.