Content
View differences
Updated by Niels Lindenthal almost 7 years ago
This idea is based on the "Task-Lists" in Github.
See [https://help.github.com/en/articles/about-task-lists.](https://help.github.com/en/articles/about-task-lists)
The CheckBoxes are defined in Markdown with with
```text
* [ ] Do some stuff
* [x] This is already done
* [ ] This has to be done too.
```
**Open**
* Permission: Do we need additional permissions to check these checkboxes?
**Out of scope**
* These CheckBoxes should be able to check and uncheck by assignee and projectmanager (rights has to be defined) in View Mode.
*
The status of the issue should be coupled to the amount of checked boxes (vs. amount of all boxes in percentage).
*
Means in the upper example: 1/3 > > 33% -> #30752
See [https://help.github.com/en/articles/about-task-lists.](https://help.github.com/en/articles/about-task-lists)
The CheckBoxes are defined in Markdown with
```text
* [ ] Do some stuff
* [x] This is already done
* [ ] This has to be done too.
```
**Open**
* Permission: Do we need additional permissions to check these checkboxes?
**Out of scope**
* These CheckBoxes should be able to check and uncheck by assignee and projectmanager (rights has to be defined) in View Mode.
*
*