Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direction of arrow in requirements diagram #4854

Open
sho1884 opened this issue Sep 19, 2023 · 1 comment
Open

Direction of arrow in requirements diagram #4854

sho1884 opened this issue Sep 19, 2023 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@sho1884
Copy link

sho1884 commented Sep 19, 2023

Description

The problem is that the arrows in the requirements diagram are pointing in the opposite direction.

Generally from bottom to top.

The following usage is a typical example.
https://vitechcorp.com/resources/GENESYS/onlinehelp/desktop/Views/Requirements_Diagram.htm

Steps to reproduce

Arrows other than contains usually cause problems.

Screenshots

No response

Code Sample

requirementDiagram

        requirement parent_req {
        id: 1
        text: the test text.
        risk: high
        verifymethod: test
        }
    
        requirement child_req {
        id: "1-1"
        text: the test text.
        risk: high
        verifymethod: test
        }
        
        parent_req <- derives - child_req

Setup

  • Mermaid version:
  • Browser and Version: [Chrome, Edge, Firefox]

Suggested Solutions

No response

Additional Context

No response

@sho1884 sho1884 added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Sep 19, 2023
@Prasad-mutnale
Copy link

hello @sho1884 i would like to contribute to this issue please assign and i can resolve this issue
Please assign me

Thank you @sho1884

@jgreywolf jgreywolf added roadmap items to add to roadmap for auto workflow and removed roadmap items to add to roadmap for auto workflow labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

3 participants