ing-bank / doing-cli

CLI tool to simplify the development workflow on azure devops
https://ing-bank.github.io/doing-cli/
MIT License
33 stars 7 forks source link

Wrong ER graph on discussion page #121

Open ft6502 opened 3 weeks ago

ft6502 commented 3 weeks ago

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 commented 2 weeks ago

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

https://github.com/ing-bank/doing-cli/blob/7e696b7af826a17f37e7bdf0c2e856aaf41f97c3/docs/discussion/oneproject_setup.md?plain=1#L11

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 :)