Displaying Dependencies

As a refresher, there is a separate page that describes the concept of dependencies in software development: Requirement Dependencies

In Requify, dependencies are displayed in a visual format that allows users to easily understand the relationships between requirements. Dependencies are represented as arrows connecting requirements, with the direction of the arrow indicating the type of dependency. For example, an arrow pointing from requirement A to requirement B indicates that requirement B depends on requirement A. We have created a user-friendly interface that allows users to easily navigate and understand the dependencies between requirements:

Adding Dependencies

Adding dependencies in Requify is a straightforward process. To add a dependency between two requirements, follow these steps:

  1. Open the requirement that you want to add a dependency to.
  2. Click on the "Requirement Dependencies" tab.
  3. Click on one of the "Add upstream dependency" or "Add downstream dependency" buttons.
  4. Search for and select the requirement that you want to add as a dependency.
  5. Click on the "Save" button.