Skip to content
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

As an Event dataeditor i want a filterable Tableview with Dates #659

Open
RudiThoeni opened this issue Nov 27, 2024 · 3 comments
Open

As an Event dataeditor i want a filterable Tableview with Dates #659

RudiThoeni opened this issue Nov 27, 2024 · 3 comments
Assignees

Comments

@RudiThoeni
Copy link
Member

The current Table view let us sort the Events by Date start/end ascending/descending. We cannot filter on Events with dates because the greater than rawfilter is for number values not dates.....
Using the rawfilter for datesorting would be very slow.....

The api has already custom filters (speed optimized) for this operations, maybe now the time has come to implement configurable custom filters, at example to filter on
Dates or Tags.
I tested some Tag filtering, it works, but in comparision with the old Databrowser (which uses the custom filters of the api) it is very very slow.

So maybe the idea could be to let filter on each field in the tableview with the rawfilter as we have now, but also to add a config to a column that a custom filter is used.....
If this custom filter is defined, the Column is hided into the Dropdownlist of the selecteable fields and it is displayed below i don't know lets have a discussion about this

@RudiThoeni RudiThoeni self-assigned this Nov 27, 2024
@RudiThoeni
Copy link
Member Author

Example:
we have this filters for Event
/// BeginDate of Events (Format: yyyy-MM-dd), (default: 'null')
/// EndDate of Events (Format: yyyy-MM-dd), (default: 'null')

if we want to filter by DateStart we can simply add to the apicall the parameter begindate=2024-11-27

@sseppi
Copy link
Contributor

sseppi commented Nov 29, 2024

@RudiThoeni Thank you for the feedback! Let discuss and plan this optimizations in the next iteration.

Since the rawfilter is the most generic solution and the easiest one, is there possibility of optimization that we could implement to let the rawfiler become faster?

@RudiThoeni
Copy link
Member Author

RudiThoeni commented Nov 29, 2024

no this specific filters were developed because the rawfilter was to slow.......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants