-
Notifications
You must be signed in to change notification settings - Fork 7
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 #520] Change record filtering #572
[Enhancement #520] Change record filtering #572
Conversation
A design of filter inputs for term change records in vocabulary activity tab.
…ackend requests Removed time range input and implemented requesting data from BE using filter parameters.
…g pagination in activity tab when no records are available
Moving shrinkFullIri to Utils allows consistent IRI shrinking outside the AssetLabel component.
…ent history. When DeleteRecord is loaded by FE, the label of deleted term is cached allowing to display it instead of IRI. When the label is not available, the IRI will be shrunk.
… vocabulary details.
…lways true if statement
…cked dispatch and fix callback dependencies when using debounce
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.
Haven't tested functionality yet, but code-wise looks good to me.
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.
LGTM. I was thinking about adding a reset filters button, but it would probably be quite difficult to add it to the UI. Let's keep it as is and if users want the reset button, we can add it later.
resolves #520
Implements UI for filtering the term/vocabulary change history and activity tab in the vocabulary details.