luftfartsverket / reqstool-client

Reqstool is a tool for managing requirements with related software verification cases (aka tests) and verification results (test results)
https://luftfartsverket.github.io/reqstool-client/
MIT License
2 stars 0 forks source link

feat: Implements lifecycle field #94

Closed lfvmarcus closed 3 months ago

lfvmarcus commented 4 months ago

Implements the field lifecycle in requirements and SVCs

With the options "draft", "effective", "obsolete", and "deprecated".

It looks like this:

lifecycle:
      state: deprecated
      reason: Valid reason

A warning is shown during parsing if a requirement or SVC marked as deprecated or obsolete is used.

lfvbarcus commented 3 months ago

Good job!