ramstk icon indicating copy to clipboard operation
ramstk copied to clipboard

V&V Tasks Not Associated With Requirement

Open weibullguy opened this issue 8 years ago • 3 comments

There is no way to associate a V&V task with a hardware or software item. Provide a method to associate a V&V task with at least one hardware and one software item. At minimum, the task should be associate-able with the assembly level for hardware and module level for software.

A V&V Task/Hardware and V&V Task/Software matrix would be even better to allow a task to be associated with multiple hardware/software items. The ability to select whether components/units are included in the matrix would be best.

weibullguy avatar Aug 28 '17 21:08 weibullguy

Fixed Validation-Hardware issue in commit 78dced10cd5cd9a8e7058362bdb785633d5b544a

Moving to release 1.3.0 for Validation-Software fix.

weibullguy avatar Jul 13 '18 02:07 weibullguy

This no longer makes sense (if it ever did). V&V tasks need to be associated with a Requirement. Updated title to reflect desired outcome.

This will require a new many-to-many relationship (table or view?) in the database. Probably display this using a RAMSTKTreeView in list mode. Could have the treeview be a list of all requirements with a checkbox to indicate which are verified by a given V&V task. Or the treeview could list only those requirements the V&V task is associated with and each requirement is selected from a combo.

weibullguy avatar Jun 16 '22 12:06 weibullguy

Branch feat/issue-52 created!

github-actions[bot] avatar Jun 16 '22 16:06 github-actions[bot]