Skip to content

Rename DAG feature to needs

Marcel Amirault requested to merge docs-dag-to-needs into master

What does this MR do and why?

This MR removes the usage of "DAG" and "Directed Acyclic Graph" in the docs and UI, instead relying on the needs keyword, which is the key functionality. It still mentions the DAG as an example of the kind of "structure" that you can create by using the needs keyword.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-07-01_at_18.10.42 Screenshot_2024-07-01_at_18.11.13

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Marcel Amirault

Merge request reports