strictdoc
strictdoc copied to clipboard
Software for technical documentation and requirements management.
When a section has child sections or requirements, we must take care of all the references that exist between requirements and other requirements and between text and sections.
HTML validator fails because of broken HTML markup.
Currently, it is possible to save a required field with an empty value because there is no corresponding validation. The right behaviour is to prevent required fields from being saved...
...and preserve the existing behavior for some time.
When the documentation for Read The Docs is regenerated, we get very large diffs like this one: https://github.com/strictdoc-project/strictdoc/pull/892. It does not make sense to store the auto-generated content along with...
Currently, it is possible to click the delete button twice and it triggers the repeated action, and the repeated action does not work anymore.
Also editing requirement with non-string grammar types: - [ ] SingleChoice: Allow editing options in the UI using a dropdown menu. - [ ] MultipleChoice: Allow editing options in the...