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

feature: keep seperate counts for schema/data add/update/deletes in the DiffTreeSummary #5294

Open
wvandeun opened this issue Dec 20, 2024 · 0 comments
Labels
group/backend Issue related to the backend (API Server, Git Agent) group/frontend Issue related to the frontend (React) type/feature New feature or request

Comments

@wvandeun
Copy link
Contributor

Component

Frontend UI, API Server / GraphQL

Describe the Feature Request

The count of changes (add/update/delete) in a diff doesn't seem to differentiate between changes at the data level and changes at the schema level. It would be more clear to differentiate between schema and data change counts.

Describe the Use Case

The current way of doing things can be confusing, especially if you have a branch where you make changes to both the schema and the data.

For example we could have 5000 changes to the schema and only 3 new nodes were added. In that case when you navigate to the data diff page, you will see 5003 changes reported, whereas we only had 3 data changes.

Additional Information

No response

@wvandeun wvandeun added type/feature New feature or request group/backend Issue related to the backend (API Server, Git Agent) group/frontend Issue related to the frontend (React) labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/backend Issue related to the backend (API Server, Git Agent) group/frontend Issue related to the frontend (React) type/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant