-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
feat(series,relationship): show revision history for series and relationship attributes #669
Conversation
Contains a PR for the addition of relationship attributes to revision diffs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are still some issues to iron out, but this is already working pretty well.
I updated the bookbrainz-data-js package and deployed this on test.bookbrainz.
I'm seeing no diffs changes in two revisions: https://test.bookbrainz.org/revision/29907 and https://test.bookbrainz.org/revision/29908
Each revision has a note explaining what I changed.
The attributes do appear on some revisions, but I think only when the relationship is created. For example: https://test.bookbrainz.org/revision/29905
I think this may be because in the formatRelationship
function we detect addition and removal of relationships, but not modifications?
Summary
Show revision diffs for series and relationship atrributes.