Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 170: Line 170:
 
*[http://dev.wormbase.org/trac Trac Feature Tracker / Subversion repository]
 
*[http://dev.wormbase.org/trac Trac Feature Tracker / Subversion repository]
 
* [[Establishing the SVN repository]] - ''Setting up the subversion repository''
 
* [[Establishing the SVN repository]] - ''Setting up the subversion repository''
 +
 +
==== Frozen Releases as Virtual Machines ====
 +
* [[How_to_build_a_WormBase_Virtual_Machine|How to build a WormBase Virtual Machine]] -- ''also describes how to create a VMX for a frozen release''
 +
* [[Configuring_a_server_to_host_virtual_machines|Configuring a server to host virtual machines]] -- ''quick guide to setting up a frozen release server''
 +
* [[Managing_servers_hosting_virtual_machines|Managing servers hosting virtual machines]]
 +
* [[How_to_build_a_frozen_release|How to build a frozen release]] -- ''how to configure a WormBase VM as a frozen release server''
 +
* [[Creating Virtual Disks]] - '' How to create VMDKs for unlimited portable storage''

Revision as of 16:14, 21 July 2010

This page contains information pertinent to employees of WormBase.

Project Management

Web Site Documentation

Development Milestones

July 14 - July 30th

  • Coding standards and best practices for CSS, Javascript, API in place
  • Release new pages to production powered by the new architecture (classic view only)

July 30th - August 31st

  • http://wiki.wormbase.org/index.php/AceOjbect_Redesign_Page
  • Finish API development of critical classes
  • Finish migration of prominent CGI-based pages to new architecture and release into production (classic view only)
  • Solidify look-and-feel of new site: site map, browsing paths, design patterns, navigation

September 1st

  • Begin beta testing of new site to invited parties

October 1st - November 1st

  • Begin public beta testing of new site
  • Launch UI and general surveys.

November 1st - December 1st

  • Address survey issues
  • Test, test, test

December 1st

  • Go Live with new site

Division of Labor

Duties, current as of July 2010.

  • Configuration Czar -- View and application configuration
  • View
    • CSS Czar
    • Javascript Czar
    • Template Czar -- define and document shared elements, keep template directory organized, enforce standards
    • Searches Czar
    • External URLs
  • Controller
  • WormBase::API Czar -- document shared API methods; enforce coding standards
  • Testing Czar (View)
  • Testing Czar (API)
  • Profiling Czar

Measuring Progress

Coding standards and Best Practices

Testing

  • Unit testing
  • System Testing
  • Validation (HTML/CSS/XML)
  • Security
  • Accessibility
  • Usability
  • Browser compatability
  • Performance and stress testing

Software platform

Configuration

WormBase::API

View

  • Template Overview -- a quick tutorial on the templating system
  • Common template elements -- how to include common elements like references and species in a page
  • Things to document: evidence handling, linking entities, external URLs, searches

Model

Controller

Hardware platform

--

Administration

Routine Administration Tasks

Load balancing and Failover

Monitoring and Crises Management

Frozen Releases

Updates

Developer Tools


Source Code Repositories

We use the distributed source code management system Mercurial. Projects are hosted on BitBucket.

How-To create, check out, and manage our repositories

Deprecated Documentation

The good word gone bad. Cruft. Lint. Maybe useful. Probably not.

Frozen Releases as Virtual Machines