You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a resource (e.g event) has a version, and both the latest version and previous version have a schema.json for example, the Changelog page for that event should show a diff of the schema for the user.
We have generators that are versioning things for users, but the change log is blank. I think there could be value here, showing the diffs for folks through automation.
Proposed Solution
When we load the changlog, somehow we also check the files and compare them, in this case its the schema for the event and compare them and show that diff in the UI.
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.
The text was updated successfully, but these errors were encountered:
Use Case
When a resource (e.g event) has a version, and both the latest version and previous version have a
schema.json
for example, the Changelog page for that event should show a diff of the schema for the user.We have generators that are versioning things for users, but the change log is blank. I think there could be value here, showing the diffs for folks through automation.
Proposed Solution
When we load the changlog, somehow we also check the files and compare them, in this case its the schema for the event and compare them and show that diff in the UI.
Implementation Notes
No response
Community Notes
The text was updated successfully, but these errors were encountered: