event-catalog / eventcatalog

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

Enable user inform services/sends/receives as list of string #719

Closed carlosallexandre closed 3 weeks ago

carlosallexandre commented 1 month ago

As user I want inform a list of services only with the id, without key/value. Such as:

id: Payment
name: Payment
version: 0.0.2
summary: |
  Domain that contains payment related services and messages.
owners:
    - dboyne
services:
    - SubscriptionService
    - PaymentService

As user I want be able inform a send/receive only with the id or with key/value..

id: SubscriptionService
version: 0.0.1
name: Subscription Service
summary: |
  Service that handles subscriptions
owners:
    - dboyne
receives:
  - id: SubscribeUser
    version: 0.0.1
  - PaymentReceived
sends:
  - id: UserSubscriptionStarted  
    version: *
  - SubscriptionCanceled
boyney123 commented 3 weeks ago

Think this now in place thanks to your PR @carlosallexandre ?

Latest version of EventCatalog.

Will close for now, but feel free to reopen