You can split requirements for complex products into several Linked Projects to reduce the number of documents per project, reuse requirements across the projects, and control versions of linked projects independently.
Project Breakdown
Requirements for complex systems are described on several levels of abstractions, which leads to a high number of documents. For instance, consider a system product consisting of 20 SW / HW modules and its V-model with 3 levels of abstraction, similar to the Example System Project.
A single ReqView project storing just requirements and test cases will consist of more than 40 documents. This is quite a lot of information to be managed by a single person. So you have a team of domain experts, each working mainly with just a few related requirements documents (e.g., describing only a single module).
If you organize requirements in linked projects, your team members will be able to work on the projects independently and focus better on the information they need.
Requirements Reusability
If you develop several similar products, you try to share reusable information as much as possible to save your efforts. For instance, you may want to reuse:
If you extract shared requirements in a linked project, you will be able to reuse them by linking to the single source of truth.
Independent Version Control
Most system products are developed iteratively. At the end of each iteration, the current set of top-level requirements is reviewed and saved as a new version (baseline). Then downstream requirements (system or SW / HW requirements) are updated according to changed upstream requirements. Finally, downstream requirements are reviewed and saved as a new version.
If you separate requirements into linked projects by traceability levels, you will be able to manage their versions in Subversion (SVN) version control system independently. Then you can benefit from connecting downstream requirements to a specific baseline of upstream requirements.
You can connect a project to other Project Folders or Project Files to display their content or create traceability links. Let’s call the project opened in the current window the main project and connected projects linked projects.
To connect the main project to a linked project, click Project, mouseover Maintenance and then Linked Projects, select Connect Folder or Connect File, and select the path of a linked project. Similarly, you can reconnect the main project to another linked project path later.
The list of linked projects is persisted in the project file or folder of the main project.
Example: Open the Example Project, save it to a local folder and set its ID to ReqView-APP. Then connect it to a linked project STANDARDS storing documents describing IEC-60601 and other industry standards used in your company.
Note: You can connect projects in both directions if you need to navigate between them easily.
To disconnect a linked project from the main project, open the Linked Projects pane, click on the right of the linked project ID, and select Disconnect from the menu.
You can load a linked project from the file system to display its documents and outgoing traceability links leading to other projects. The content of loaded linked projects is persisted for offline usage automatically. You can unload an unused linked project to reduce memory usage or to hide all traceability links that lead from this project.
To display linked projects, click View, mouseover Left Panes, and select Linked Projects Pane, or press CtrlAltO. To load or unload a linked project, double click on its ID or click button and select Load or Unload from the menu.
To display a document from a loaded linked project in the current project window, click on the document ID in the Linked Projects pane.
Documents from the main project can only be edited in their own project window. Documents from the linked projects are read-only.
To edit a linked project in another application window, open the Linked Projects pane, click button and select Edit from the menu.
To reload all linked projects and display saved changes in the main project, click Project and select Refresh Project, or press CtrlR.
You can create traceability links from the main project to a loaded linked project using a link type defined in the main project. Traceability links are persisted in the main project, which is the link source. For instance, assume that the main project DEMO is connected to the linked project EXT as explained in the previous section. When you create traceability links from project DEMO to EXT, the links will be stored in project DEMO.
Create, edit, delete, view and navigate links between projects similarly to links within a single project, see Requirements Traceability Links.
Example: Display the Links column listing reference traceability links from document SRS in the main project ReqView-App to document IEC-60601 in the linked project STANDARDS.
Note: If there are links to an unloaded linked project, the Links column displays a warning message. For example, see the Links column for SRS-199 in the previous screenshot. Right-click the warning message to load linked projects from the context menu to display the links.
You can move selected documents from the main project into another linked project. We recommend moving documents from top to bottom levels. The main reason is that outgoing links leading from a moved document are redirected automatically. However, if a moved document has incoming links from a linked project, the links cannot be redirected because the linked project is read-only.
To split the main project, click Project, mouseover Maintenance, and select Move Documents. In the Move Documents dialog, choose documents to move, an existing target linked project, or enter the ID of a new target project.
Example: Split the Example Project DEMO into new projects, STAKEHOLDERS and SW-APP. Move documents from top to bottom levels as recommended.
Example: Split the Example System Project with 3 traceability levels to new projects STAKEHOLDERS, SYSTEM, RISKS, SW1, SW2, …, SWn. Move documents from top to bottom levels as recommended.
If you move a document with incoming links from an existing linked project, then you need to redirect dangling links manually. To redirect dangling links, open the existing linked project, click Project, mouseover Maintenance, and select Bulk Redirect Links. In the Bulk Redirect Links dialog, select the current target project and document(s) and enter the new target.
Example: Split the Example Project project DEMO into new projects, STAKEHOLDERS and SW-APP. Move documents from bottom to up levels, despite the recommendation explained in the previous section.
You can manage versions of ReqView projects in Subversion (SVN) version control system. For more information on how to organize SVN repositories storing ReqView linked projects see Subversion (SVN) Administration.