Graphene
Graphene copied to clipboard
Graphene: Get the Diff between versions for a MicroApps/ API/ Workflow
Is your feature request related to a problem? Please describe. We currently do not have a way of seeing the changes made in a new version, which sometimes makes the developer unsure if he/she/they are the responsible person for the changes in the new version of the API/ Workflow/ Microapps. Since the only way to see the difference between two version are the connecting to database, copying pasting the related attributes of MicroApp, Workflow, API (depending on the type, these attributes could be named as methods, functions, files, flow, resource, routes, options, etc.), it's impossible for a regular developer with no DB access to see the changes, and it also requires another person with higher privileges to pull the data from the database.
Describe the solution you'd like A diff functionality would definitely help in this case, please take a look at the diff function of Github to track down the changes in a new version. This diff function should also clearly show the updated parts (add/ deleted) for an easier use.
Additional context Please see an example of Diff in the screenshot.
Let me know if you require any additional documentation.