-
Notifications
You must be signed in to change notification settings - Fork 44
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
Bundle diff improvements #1388
Comments
Usability
|
|
|
@petmongrels yeah agreed |
@petmongrels Also in addition to colour difference we can show +/- like in git based on the complexity involved. |
To be consistent with the idea that bundles are meant to be mainly an on the wire artifact not a storage artifact. On the wire implying that it is like an request/response than source code or data. We should perhaps call this organisation diff than bundle diff. |
1.
As is:
Currently on click of Review button, we are taken to a page where we need to upload old Metadata file on the left and the new one on the right.
To be:
2.
As is:
Currently say when the newly upload bundle has only one subject type - Individual and the current org has 2 subject types say, Individual and Household, it shows Household in red - gives a sense as if it is going to be removed
To be:
Comparison should happen and display only for entries in the uploaded bundle, since any extra entries in the current org(report cards or concepts) are going to be untouched.
3.
As is:
When say for a subject type only 'Program Eligibility Check Rule' is changed and name remains the same, we dont show the name of the entity
To be:
Show the name(if exists for an entity/applicable for a entity type) in black if there is no change, else it is difficult for the implementor to check uuids of everything
4.
As is:
Even when same bundle uploaded as both old and new, some files with diffs show up.
To be:
Only files with changes should get displayed in the dropdown.
Inputs:
The text was updated successfully, but these errors were encountered: