-
Notifications
You must be signed in to change notification settings - Fork 41
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
Configurable filters -- view a subset of sites #11
Comments
Some progress was made in v0.8 -- instead of the expando, there are now filters, they're just not configurable yet. |
Updated the OP to reflect the current reality; with the big refactor in 1.0, adding filters has become somewhat more reasonable, and they could perhaps be further improved |
NB: #117 had a similar but distinct list:
I'm looking at this and thinking that's a lot of buttons; YARM is already starting to go towards a minor UI mess, if we add all these and the order-by UI from #116 we'll have to organize things differently. I suppose 1.0 is a good opportunity to do just that. |
Currently sites are filtered according to three filters: none, all, and warnings-only, where the last has a configurable threshold for the estimated time to depletion. We should be able to support more filters, and possibly also configure the ones we have:
yarm_site.etd_is_lifetime
Where applicable, the filters' numbers should be configurable, with separate values for finite (e.g., ore) and infinite (e.g., oil) resource sites, as the same numbers don't usually make sense for both.
The text was updated successfully, but these errors were encountered: