Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 19: Line 19:
 
*[[Installing the Web Application|Installing the Web Application]] - ''Here's how to install the WormBase web application -- including Catalyst -- on your system''  
 
*[[Installing the Web Application|Installing the Web Application]] - ''Here's how to install the WormBase web application -- including Catalyst -- on your system''  
 
*[[HOWTO migrate a CGI|HOWTO migrate a CGI]] - ''quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse''
 
*[[HOWTO migrate a CGI|HOWTO migrate a CGI]] - ''quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse''
 
+
*[[Website:Design Specifications|Requirements analysis / Design Specifications]]
== Rearchitecture Design Stages==
 
 
 
#[[Website:Design Specifications|Requirements analysis / Design Specifications]]
 
  
 
== Measuring Progress ==
 
== Measuring Progress ==
Line 117: Line 114:
 
*[http://www.wormbase.org/forums/index.php?board=326.0 WormBase Forum: Developer Forum]  
 
*[http://www.wormbase.org/forums/index.php?board=326.0 WormBase Forum: Developer Forum]  
  
== All Hands Meeting Agendas and Notes ==
 
* [[2010.05 OICR WebDev Meeting]]
 
* [[WebDev_2010.03.17-Agenda_and_Minutes]]
 
  
 
== Source Code Repositories ==
 
== Source Code Repositories ==

Revision as of 21:24, 15 July 2010

This page contains information pertinent to employees of WormBase.

Project Management

Web Site Documentation

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

Model

Controller

Deployment

  • Deployment - How to deploy the web app for production use

Hardware platform

--

Administration

Routine Administration Tasks

Load balancing and Failover

Monitoring and Crises Management

Frozen Releases

Frozen Releases as Virtual Machines

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.