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

Wrong ER graph on discussion page #121

Open
ft6502 opened this issue Aug 23, 2024 · 1 comment
Open

Wrong ER graph on discussion page #121

ft6502 opened this issue Aug 23, 2024 · 1 comment

Comments

@ft6502
Copy link

ft6502 commented Aug 23, 2024

Looking at https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model#Crow's_foot_notation for how to interpret the graph shown on https://ing-bank.github.io/doing-cli/discussion/oneproject_setup/ it would mean that e.g. a TEAM has exactly one ITERATION-PATHS.

@timvink
Copy link
Collaborator

timvink commented Aug 26, 2024

It's a entity relationship diagram from mermaid (https://mermaid.js.org/syntax/entityRelationshipDiagram.html#relationship-syntax)

TEAM }|--|| ITERATION-PATHS : has

Should mean a team has 1 or more iteration paths, but an iteration path has only exactly 1 team.

Not sure if that's correct though.. long time since I worked on this plugin or with Azure Devops :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants