You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some types of filter options it might not be immediately obvious what they do to people that are not EV enthusiasts. Or, their implementation may have some non-obvious peculiarities (e.g. if the GoingElectric data is filtered by category, chargers that do not have any category assigned will be excluded: #280).
So it might be helpful to add a more elaborate help text that can be viewed with a help symbol next to the filter setting.
To implement this, the Filter class (in net.vonforst.evmap.model.FilterModel needs an additional optional helpText field that should be provided by the API implementations (in the form of an Android String ID). The frontend can then check this field to see if there is a help text to show.
The text was updated successfully, but these errors were encountered:
For some types of filter options it might not be immediately obvious what they do to people that are not EV enthusiasts. Or, their implementation may have some non-obvious peculiarities (e.g. if the GoingElectric data is filtered by category, chargers that do not have any category assigned will be excluded: #280).
So it might be helpful to add a more elaborate help text that can be viewed with a help symbol next to the filter setting.
To implement this, the
Filter
class (innet.vonforst.evmap.model.FilterModel
needs an additional optionalhelpText
field that should be provided by the API implementations (in the form of an Android String ID). The frontend can then check this field to see if there is a help text to show.The text was updated successfully, but these errors were encountered: