ex_audit icon indicating copy to clipboard operation
ex_audit copied to clipboard

allow custom history fetching

Open revati opened this issue 2 years ago • 0 comments

Concrete use-case: pagination. There might be other use cases as well.

For more feature proof solution part after querying also should be extracted to separate function that can be overwritten. Its outside of scope for my current task.

revati avatar Dec 02 '21 09:12 revati

The query has already been extracted into its own function by #65.

Maybe the part that applies the diffs from the list of changes in the current history function should be extracted so it can be used by others in combination with history_query in more flexible ways. I personally don't like the style with the callback.

narrowtux avatar Sep 08 '22 13:09 narrowtux