event-catalog / eventcatalog

An open source documentation tool to bring discoverability to your event-driven architectures
https://eventcatalog.dev
MIT License
1.75k stars 150 forks source link

Semver versioning breaks NodeGraphs #714

Closed boyney123 closed 2 months ago

boyney123 commented 2 months ago

Example

I have a domain (see below) and I link services to it (without any versions or using semver versions).

When I use the NodeGraph nothing is shown.

---
id: claims-processing-domain
name: Claims Processing
version: 0.0.1
services:
  - id: claims-submission-service
badges:
  - content: Core Domain
    backgroundColor: blue
    textColor: white
---
image

Node graph calculations need to use SemVer to find the right versions I think.

carlosallexandre commented 2 months ago

@boyney123, assign it to me!