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

Allow users to add "related resources" to all resources in EventCatalog #1174

Open
boyney123 opened this issue Feb 19, 2025 · 0 comments
Open

Comments

@boyney123
Copy link
Collaborator

boyney123 commented Feb 19, 2025

Use Case

I have some users that want to relate resources together, not in a group (domain point of view), but this event (resource) related to this other event, or service etc.

It's just a way that users can group things up visually and let there own catalog users know what resources are related to each other.

Kind of like when you read a doc page and it says "You may also like...".

This would introduce a new field called **relatedResources**

---
id: Orders
name: Orders
version: 0.0.1
summary: |
  Domain that contains order related services and messages.
owners:
    - dboyne
events:
    - id: OrderPlaced
relatedResources:
   - id: OrderOwned
  - id: OrderCreated
  - id: PaymentService
  - id: PaymentChannel
badges:
    - content: Payment Domain
      backgroundColor: blue
      textColor: blue
---

Proposed Solution

No response

Implementation Notes

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out in the EventCatalog Discord.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant