[Kimchi-devel] [RFC] [Wok] Feature: User Activity Log

Lucio Correia luciojhc at linux.vnet.ibm.com
Thu Feb 11 13:27:03 UTC 2016


On 11-02-2016 08:01, Samuel Henrique De Oliveira Guimaraes wrote:
> I think jQuery Bootgrid Data API example covers the performance and requests issues:
> http://www.jquery-bootgrid.com/Examples#data-api
>
> However for the search options it is not very easy to edit the markup or behavior. The library provides some styling options but I'm not sure if we can just hide the default search/filter bar and create custom search options (combining "date" and "user" for instance). According to the documentation the search function "Searches in all visible columns for the given phrase. If no argument is passed, it will reset the search. This method is chainable". We can transform the data based on a custom advanced search and then destroy/reload jQuery Bootgrid table but it would reset pagination and it would probably break the default search method.
>
> Samuel

I believe we need to separate here between search and filter.

Search will be through REST API, and will return a set of entries as a 
result. Aline's concern with performance is here.

Filter will be applied to that result returned by search. In my opinion 
Samuel is referring to filtering. So no need to combine attributes here, 
just filtering by text in any column.

Search results are downloadable in a txt file. Filter results are not.

Just making sure we are all in the same page.

Thoughts?

Regards,
-- 
Lucio Correia
Software Engineer
IBM LTC Brazil




More information about the Kimchi-devel mailing list