sphinx-needs
sphinx-needs copied to clipboard
Needs Board view
Filtered Needs shall be presented in a (static) board like the ones from github projects:
Source: https://github.com/useblocks/sphinxcontrib-needs/projects/1
So each need is represented by a card, which (may) contain:
- id
- title
- description
- author
- tags
This list shall be configurable (like needtable does it for columns).
Each needboard
column shall get defined by a filter string.
This can be realized like in needpie
, where each line of content is a new filter string.
The columns shall get a title, which can be set by a comma separated list inside an option like columns
Example
.. needboard: My need board
:columns: open, in progress, closed
:data: title, id, tags
status=="open"
status in ["in progress", "in realization"]
status in ["done", "closed", "resolved"]