TODO List
From Geoqo
(Difference between revisions)
| Line 20: | Line 20: | ||
*** code about 90% and needs porting to geoqo | *** code about 90% and needs porting to geoqo | ||
* Export Plugins | * Export Plugins | ||
| + | ** more work on the html export needed | ||
| + | ** a 'dump' export that can be imported into a different DB name including sets, attributes, etc. | ||
| + | *** (ie, a geoqo dump not just a waypoint dump so a gpx won't work) | ||
* Display Plugins | * Display Plugins | ||
** nextlogs | ** nextlogs | ||
| Line 25: | Line 28: | ||
*** useful for tracking finds after your DNF, or vice-versa. | *** useful for tracking finds after your DNF, or vice-versa. | ||
* Script File work | * Script File work | ||
| − | ** %if %else % | + | ** %if %else %endif integrated into processing |
| + | *** right now it does this ahead of time | ||
| + | *** both are actually needed, however, to do auto-gui support without actually processing | ||
** mem: like support | ** mem: like support | ||
| − | * Everywhere | + | * Everywhere Plugins |
| − | + | ** (none) | |
| − | + | ||
* Specific Data Handling | * Specific Data Handling | ||
** Waymarking.com | ** Waymarking.com | ||
Revision as of 07:02, 17 February 2007
If you want to work on something on this list, put your name by it so more than one person doesn't conflict ;-)
If you need help with getting started on something you wish to do, let Yamar (hardaker) know.
- Installers
- Windows
- using: ppm install module
- Unix
- using: cpan.pm install
- Yamar has template code for this actually
- Windows
- Import Plugins
- create (new waypoint from params)
- html (from saved gc.com)
- Search Plugins
- radius
- square
- Modify Plugins
- Auto-predict
- From a project Wes started ages ago
- code about 90% and needs porting to geoqo
- Auto-predict
- Export Plugins
- more work on the html export needed
- a 'dump' export that can be imported into a different DB name including sets, attributes, etc.
- (ie, a geoqo dump not just a waypoint dump so a gpx won't work)
- Display Plugins
- nextlogs
- print out all "new" logs after a named entry
- useful for tracking finds after your DNF, or vice-versa.
- nextlogs
- Script File work
- %if %else %endif integrated into processing
- right now it does this ahead of time
- both are actually needed, however, to do auto-gui support without actually processing
- mem: like support
- %if %else %endif integrated into processing
- Everywhere Plugins
- (none)
- Specific Data Handling
- Waymarking.com
- All the waymark types need to be converted to appropriate icons for tomtoms
- (this is very easy to do, it's just a manual process; contact Wes/Yamar if you want to do this)
- All the waymark types need to be converted to appropriate icons for tomtoms
- Waymarking.com
- Display Plugins
- GUI Support
- Details in Wes' head...