energyplug / geobeagle

Automatically exported from code.google.com/p/geobeagle
0 stars 0 forks source link

Option to filter cache list #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add a settings page to choose criteria for caches to appear in the cache list 
and map view.
Criteria may be:
* Range of difficulty / terrain
* Type of cache (traditional, multi, etc)
* Found/unfound/DNF (this data is not available yet)

This is quite straight-forward to implement as additional parameters to the 
SQL queries produced by the WhereFactory classes.

Original issue reported on code.google.com by andpet@gmail.com on 9 Sep 2009 at 7:45

GoogleCodeExporter commented 8 years ago
Issue 58 has been merged into this issue.

Original comment by andpet@gmail.com on 9 Sep 2009 at 7:49

GoogleCodeExporter commented 8 years ago
Also user status (unfound/found/DNF) can be used for filtering when that data 
is added.

Original comment by andpet@gmail.com on 9 Sep 2009 at 9:22

GoogleCodeExporter commented 8 years ago
I'm working on this.

Original comment by andpet@gmail.com on 29 Sep 2009 at 10:53

GoogleCodeExporter commented 8 years ago
I have committed a basic version of this to my branch (r751), to be released 
post-1.0.
The code filters on cache types and Id/Description substrings. Filtering on
Found/unfound/DNF can easily be added once that data is handled. Therefore I'm
closing this issue.

Original comment by andpet@gmail.com on 3 Oct 2009 at 10:23