-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Is your feature request related to a problem? Please describe.
We are trying to use OFT to trace our requirement for ISO26262, we have an issue when we have an implementation "Arch" or "impl" and several test are covering. the tools reject multiple cover of the same implementation.
also, a "feat" can be covered by multiple "Arch" especially for hardware architecture where a high level feature needs more than 1 architecture description.
Describe the solution you'd like
In Jama, it is totally legal to be able to trace mulitple item back or forward.
What could be interesting in OFT is to count the number of item covering an items and that each tress is fully complete, i.e nothing left to cover for that tree.
Describe alternatives you've considered
an alternative to generate mote "feat", which make the number of requirement explode when it is not really needed.
Additional context
Add any other context or screenshots about the feature request here.