-
Notifications
You must be signed in to change notification settings - Fork 244
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
Infographic Widgets - Support widget selection also according to current request params #2573
Comments
Implementation suggestion:
@atalyaalon , is this along the lines you intended? |
Yes, I assume that in some cases we would like to have an "AND" between data logic and request parameters logic (for example, X pedestrians were injured in street AND "הולך רגל" is in news flash text) and in some cases we would like to have an "OR between them (for example, X pedestrians were injured in street OR "הולך רגל" is in news flash text) If we have an "OR" the result of each trigger will be the same - the appearance of the widget in the cache data. |
It is supported by the current structure. The |
Currently the decision whether a widget is included takes place after its items are generated, before insertion to cache. Cache is based only on location
We want to add the ability to select widgets also according to current request parameters that are not location, e.g. news-flash text.
The text was updated successfully, but these errors were encountered: