Skip to content

Add groups to requirements and potentially svcs #25

@lfvbarcus

Description

@lfvbarcus

Summary

There is a need to be able to group requirements and potentially svcs. Especially, when there are many.

Proposal

Make it possible to group and for groups to have a short description.

requirements:
  "group1": 
    description: ""
    requirements:

    - id: # alphanumerical
      title: # text
      significance: # was level # shall, should, may # https://www.rfc-editor.org/rfc/rfc2119
      description: # text
      rationale: # text
      category: # [Business, User Interface, System Interface, Performance, IT Security, Information Security, Reliability, Operational]
      references: # links, source
        - requirement_ids: [REQ123] # links to another requirement in this document
        - sources: [FSB] # FSB, SAF, SWAL
        - requirement_ids: [REQ123] # links to another requirement in this document
          sources: [FSB] # FSB, SAF, SWAL
      revision: # requirement added from revision number, e.g. 1.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions