V&V Tasks Not Associated With Requirement
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.
Fixed Validation-Hardware issue in commit 78dced10cd5cd9a8e7058362bdb785633d5b544a
Moving to release 1.3.0 for Validation-Software fix.
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.
Branch feat/issue-52 created!