Skip to content

5 REQ status.cmp

Manuel Hatzl edited this page Sep 28, 2023 · 7 revisions

status.cmp: Compare status of two branches in the wiki

References:

As a product owner, I want to compare the wiki state of two branches, because it helps to detect outstanding work. e.g. not all active requirements of feature-branch-x are active in main.

Note: Only show differences between branches to keep the output compact.

Example:

**Wiki differences between `branch-a` and `branch-b`:**

| REQ-ID | branch-a | branch-b      |
| ------ | -------- | ------------- |
| req_id | ready    | active        |
| man_id | manual   | manual-traced |

Note: manual-traced means the requirement has the manual flag, but also has references in the project.

Created in response to issue #17.

{{

Sidebar that is displayed on every wiki page.

}}

REQ-Referencing Overview:

Last update: 2023-09-28_14:02 UTC
Repository: mhatzl/mantra
Branch: main
Commit: 82d26a6

Clone this wiki locally