[Feature Request]: Clarify Label Semantics Operator Components related with Date and DateTime #3092
Open
2 tasks done
Labels
enhancement
New feature or request
Description
Currently the labels of
property-filter
are directly using the operator value:Could refer to the relevant code implementation here.
While this approach is functional, it can lead to semantic ambiguity. For instance:
Create after
is more intuitive and user-friendly thanCreate >
Create before
is clearer thanCreate <
To address this, I propose adding a label generation function to the
PropertyFilterOperatorExtended
type, such as:This function could then be executed in the relevant parts of the codebase to dynamically generate more descriptive and user-friendly labels.
I’d be happy to contribute a PR for this feature if needed.
Thank you for considering this suggestion!
Code of Conduct
The text was updated successfully, but these errors were encountered: