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

Enhancement : filter Left / Right side missing properties #23

Open
Rom1deTroyes opened this issue Dec 6, 2018 · 1 comment
Open

Enhancement : filter Left / Right side missing properties #23

Rom1deTroyes opened this issue Dec 6, 2018 · 1 comment

Comments

@Rom1deTroyes
Copy link

Hello !

I use jdd to compare a JSON file generated by 2 version of the same API, and find regression bugs.

It could be verry effective to filter only the diff flagged by a side.

In my use case, I don't focus on :

  • unequal values : theses can be whatever they want.
  • missing properties from Left side : theses are the improvments of my new API version.

All I need to see is a list of

Missing property PPP from the object on the right side

In a second step, filter by "Left Side" can help focus on the new functionality of my API, without having to reload the JSONs.

Thanx for your usefull app,
Romain

@zgrossbart
Copy link
Owner

zgrossbart commented Dec 6, 2018

Thanks for the awesome feature request. We already have a way to see only the missing properties. I can take a look and think about a good way to show the direction of the missing properties. If you could easily see that would it give you what you're looking for?

We already say which side the property is missing from. I could add an icon to make this easier to see or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants