Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 15: Line 15:
 
*[[WormBase Genomes]]
 
*[[WormBase Genomes]]
  
= Web Site Documentation =
+
= Web Site Development Guidelines =
 +
 
 +
*[[Website:Development Milestones|Development Milestones]]
 +
 
 +
*[[Formal_development_strategy|Formal development strategy]] - ''An overview of the development process at WormBase''
 +
*[[Coding standards|Coding standards]]
 +
*[[Developer_notes|Developer notes]] -- ''Best practices, conventions, etc''
 +
*[[Browser Support Statement]] -- ''official graded browser support statement''
 +
 
 +
'''Documents pertaining to WormBase 2.0'''
  
*[[Installing the Web Application|Installing the Web Application]] - ''Here's how to install the WormBase web application -- including Catalyst -- on your system DEPRECATED''
 
 
*[[Website:Design Specifications|Requirements analysis / Design Specifications]]
 
*[[Website:Design Specifications|Requirements analysis / Design Specifications]]
 
*[[Website:Rearchitecture Development Duties|Rearchitecture Development Duties]]
 
*[[Website:Rearchitecture Development Duties|Rearchitecture Development Duties]]
 
*[[Website:Development Milestones|Development Milestones]]
 
 
* [[AceOjbect_Redesign_Page|AceDB classes -> API progress matrix]]
 
* [[AceOjbect_Redesign_Page|AceDB classes -> API progress matrix]]
 
*[http://spreadsheets.google.com/ccc?key=pHvlNLMCZIv1KBoy8ZhbZXA&hl=en Migration matrix (GoogleDoc)]
 
*[http://spreadsheets.google.com/ccc?key=pHvlNLMCZIv1KBoy8ZhbZXA&hl=en Migration matrix (GoogleDoc)]
  
== Coding standards and Best Practices ==
+
*[[Installing the Web Application|Installing the Web Application]] - ''Here's how to install the WormBase web application -- including Catalyst -- on your system DEPRECATED''
*[[Browser Support Statement]] -- ''official graded browser support statement''
 
*[[Developer_notes|Developer notes]] -- ''Best practices, conventions, etc''
 
*[[Coding standards|Coding standards]]
 
*[[Formal_development_strategy|Formal development strategy]] - ''An overview of the development process at WormBase''
 
  
 
= Architecture =
 
= Architecture =

Revision as of 01:01, 24 December 2010

This page contains information pertinent to employees of WormBase.

Project Management

Web Site Development Guidelines

Documents pertaining to WormBase 2.0

Architecture

Software platform

  • Application overview - A quick tour through the software platform, request flow, caching, etc
  • Configuration -- Application and view configuration: formatting and standards
  • WormBase::API -- The WormBase data model, maintained external to the web application
  • View -- Templating system, commom template elements, javascript, and CSS
  • Model -- The web application model; thin, glued to the external Model
  • Controller -- Overview of controller files and actions
  • Website:Software Platform -- The full software platform, including reverse proxy, webservers, and database node configuration
  • NFS at WormBase

Hardware platform

Administration

Updates

Routine Administration Tasks



Load balancing and Failover

Monitoring and Crises Management

Frozen Releases

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.

Rearchitecture

  • HOWTO migrate a CGI - quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse


Frozen Releases as Virtual Machines