Todo list

This list is not ordered. Good suggestions will be added!

  • restructure the module to reduce the module_invoke_all calls
  • Implement theme functions for the various result sets.
    • Normal theme function for displaying single results
    • Table functions
    • Google Maps text blocks for displaying on map
  • Proper documentation for all modules, services and the core API!
  • Create a function for simple replacing of all "id's" with names (feature codes, classes etc)
    • Cache
      • Create a hit counter with datestamp for cache items (enable flushing of least requested items)
      • Improve cache efficiency
        • Cache results (not data) for fixed-column queries
        • Add possibility to clear only parts of cache (by date/time and/or service)
        • Add possibility to configure several independent cache tables
    • Improve error handling
      • Set status message for all errors
      • Add optional verbosity, drupal_set_errors etc

Implemented:

  • 19092007 $options parameter now handles sorting both result rows and columns.
Syndicate content