-
Notifications
You must be signed in to change notification settings - Fork 75
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
Enhance existing diff command, separate logic from display #432
Comments
Looping @lpalbou into conversation |
Go-stats original ticket: geneontology/go-site#842 (comment) The ontology diff (json): https://geneontology-test2.s3.amazonaws.com/2019-07-01/go-ontology-changes.json These files should soon be on the current.geneontology.org too. [EDIT]: updated the links for ontology diff json/tsv above |
I believe this ticket can be closed? Some of the stretch reqts could go to a new ticket. I would still like a summary report such as the one Laurent showed, but maybe this could be done trivially by operating on a json output? |
Ok. The primary issue has been addressed, so I'll close this. |
Core requirements:
Additional requirements that could be added later:
These more advanced requirements are described in a separate doc INCA Change Language
The core idea is to separate logic from display. Implement logic once, make sure it is scalable.
All kinds of nice displays are possible once we do this, implementable in the most appropriate language; e.g. the old go-diffs that used coloration to nice effect to see textual diffs on a per string literal level.
#33 #360
The text was updated successfully, but these errors were encountered: