-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rock and route filters based on user comments #251
Comments
If we introduce a sub-menu, I would also move the search field to this sub-menu or maybe move the info button to the menu and add a search button instead. |
...or maybe even better: leaving only sync/delete in the menu and creating a filter button next to the info button. This might be the most consistent solution but would necessitate a new separate filter view that contains all filters. |
After experimenting a bit, it seems the easiest to have everything in an options menu. This means, every activity from country to route will have its own (specific) options menu:
The filters should be part of the dialog that opens by clicking on "Felsen suchen" menu item (or "Wege suchen" (to be added), respectively). If nobody complains, I will adapt the ticket description accordingly. Open question: How to provide objective grade filtering?
|
I see two features here:
My first idea was the implementation of a spinner but with a central configurable scale system. In this case the app would just translate the systems in each other. However, after thinking a bit more about this feature, I see the problem that the grade is a free text field in the database which makes the filtering not really reliable. I think, to make this feature really useful, we need support from the database side to make clear to which system the grade belongs to. |
It would be very helpful to have more filters that match expectations on comments, e.g.:
-- quality >= "lohnend"
-- humidity >= "normal abtrocknend"
-- "VIIc" <= grade <= "IXa"
-- ...
-- importance >= "lohnender Gipfel"
where we should use the arithmetic mean of the comments if there are more than one available.
The filters for routes must be combinable. Default for one filter is that all values are allowed.
ToDo:
Pre-requirements:
Feature:
The text was updated successfully, but these errors were encountered: