Difference between revisions of "Website:Version 1.0"

From WormBaseWiki
Jump to navigationJump to search
Line 30: Line 30:
 
= Caching =
 
= Caching =
  
Development and distribution versions should default to using localhost for the memcached.
+
* implement a distributed memory cache using memcached
The production version should have separate servers.  Can these be placed in config?
+
* development sites use a memcached on localhost; production sites use distributed cache

Revision as of 15:58, 10 January 2011

Major Features

Supported Classes

Searching

UI

  1. Darken background when presenting the lightbox
  2. The operator confirmation page has an open div (I think) that ends up pushing the footer off the left margin by about 10 pixels

Administration, testing, profiling, and reporting

  1. Timing on a per widget and per-page basis, specified in the configuration file
  2. Add an option to enable timing in the profile widget
  3. Pages report which back end server generated the page
  4. Add widget-level reporting of the back end server; perhaps with timing?

Minor Features

ERROR REPORTING

  • 404 Error pages need to be beautified
    • bigger title with more white space
    • Glib meesage removed.
    • Email notification configured and tested


Caching

  • implement a distributed memory cache using memcached
  • development sites use a memcached on localhost; production sites use distributed cache