You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
So the html report is a nice thing for a stakeholder to click through, but if you actually want to document the building process, the architecture within the relevant requirement links, so that a professional can click himself through the stuff and view all the pretty diagrams etc. you're lost with the html representation OFT does give you. (It can't work with plantuml, mermaid, etc.)
You need something better.
A lot of projects are going with e.g. Sphinx or mkdocs to render Markdown documentation and so it would be genius to combine the reports OFT generates with the ACTUAL rendered documentation including plantuml, mermaid, ... what ever you may think of.
Describe the solution you'd like
The solution I would like to have is some kind of integration.
There are multiple ways to achieve this, see alternatives
Describe alternatives you've considered
Create a report with only a excerpt of the feature in Markdown itself, with internal links to the actual files where the feature/requirement/architecture is described extensively and can be picked up by the Markdown documentation tool of choice and rendered appropriately.
Add another option to use a requirements specification (see your documentation) to generate Markdown for the documentation tools to pick up
Write plugins for documentation renderers, like Sphinx, mkdocs, etc.
Additional context
IMHO: The easiest would be actually to generate Markdown again to be consumed by Sphinx/mkdocs/etc.
Integrating would be multi-staged and as easy as running OFT like oft.jar trace -o markdown -f ./appropriate/place/in/the/docs/requirements-report.md and then running your mkdocs or whatever to generate the actual documentation INCLUDING the requirements report.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
So the html report is a nice thing for a stakeholder to click through, but if you actually want to document the building process, the architecture within the relevant requirement links, so that a professional can click himself through the stuff and view all the pretty diagrams etc. you're lost with the html representation OFT does give you. (It can't work with plantuml, mermaid, etc.)
You need something better.
A lot of projects are going with e.g. Sphinx or mkdocs to render Markdown documentation and so it would be genius to combine the reports OFT generates with the ACTUAL rendered documentation including plantuml, mermaid, ... what ever you may think of.
Describe the solution you'd like
The solution I would like to have is some kind of integration.
There are multiple ways to achieve this, see alternatives
Describe alternatives you've considered
Additional context
IMHO: The easiest would be actually to generate Markdown again to be consumed by Sphinx/mkdocs/etc.
Integrating would be multi-staged and as easy as running OFT like
oft.jar trace -o markdown -f ./appropriate/place/in/the/docs/requirements-report.md
and then running your mkdocs or whatever to generate the actual documentation INCLUDING the requirements report.The text was updated successfully, but these errors were encountered: