Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to influence the calculation of derived change requests and features #38

Open
aschaal opened this issue Jan 8, 2025 · 0 comments
Labels
dox_trace This issue is about the dox_trace extension enhancement New feature or request

Comments

@aschaal
Copy link
Collaborator

aschaal commented Jan 8, 2025

.. requirement:: CRS_1
    :category: input
    :change_request: a, b
    :refs: SRS_1

.. requirement:: CRS_2
    :category: input
    :change_request: b, c
    :refs: SRS_1

.. requirement:: CRS_3
    :category: input
    :change_request: a
    :refs: SRS_1

.. requirement:: CRS_4
    :category: input
    :change_request: a, b
    :refs: SRS_1

.. requirement:: SRS_3
    :category: software

SRS is current generated to: Derived Change Request: a, b, b, c, a

The reason is, that only the complete change_request strings are compared when merging.
Merge options could be

  • a list of substrings to remove in general
  • a list of separators like ","
  • compare case (in)sensitive
  • ...

Needs to be done for the feature field as well.

@aschaal aschaal added enhancement New feature or request dox_trace This issue is about the dox_trace extension labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dox_trace This issue is about the dox_trace extension enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant