PhilipPartsch
PhilipPartsch
I'm currently thinking about an easy opportunity to set multi line options (attributes) of a needs element. Additionally I would want to set meta data of the attribute, too. Attributes...
try to implement #613 Have to do a lot, but try to get a first feedback.
try to implement #612
I have a few use cases, there I have to have other gird layouts for a need. I thougth about a more sophisticated grid layout configuration. How is the interest...
The diagrams for example [start_date ](https://sphinxcontrib-needs.readthedocs.io/en/latest/directives/needgantt.html#needgantt-start-date) and [timeline ](https://sphinxcontrib-needs.readthedocs.io/en/latest/directives/needgantt.html#timeline) looks the same but the inputs are different.
Currently in `def html_visit_plantuml(self, node):` every image is embedded in a ``. This leads to a newline for each picture. If we would have a configuration parameter to supress the...
It would be cool if [process_filter ](https://github.com/useblocks/sphinx-needs/blob/6d4dffb55ce5e59c0198ad9b043e8d5a39ce22d2/sphinx_needs/filter_common.py#L65) would return a dict instead of an list, so processing on it would be easier.
[add_need ](https://github.com/useblocks/sphinx-needs/blob/896b9eb7d80b0d42d1d1386540bfc74a344ddf64/sphinx_needs/api/need.py#L34) is not setting parent_need, parent_needs and _back, so these information are not "always" available. It would be cool if [add_external_need](https://github.com/useblocks/sphinx-needs/blob/896b9eb7d80b0d42d1d1386540bfc74a344ddf64/sphinx_needs/api/need.py#L514) could even set these values with standard api...
If you build for example: tests\doc_test\doc_needflow_incl_child_needs the needs.json has the following content: ``` "STORY_1": { ... "parts": { ... "5EA": { "content": " subsubstory 3", "document": "index", "id": "5EA", "is_need":...
Idea: To distinguish easier between needuml and needarch, needuml shall not be stored inside a need
Currently: needuml is been stored inside a need, like needarch. Idea: We provide this only with needarch.