Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 36: Line 36:
 
*[[Website:Data Structure| Data structure documentation]]
 
*[[Website:Data Structure| Data structure documentation]]
  
== WormBase::API ==
 
 
== Templates ==
 
 
* [[Website:Template Overview| Template Overview]] -- ''a quick tutorial on the templating system''
 
 
*[[Website:Common Template Elements| Common template elements]] -- ''how to include common elements like references and species in a page''
 
  
 
== Software platform  ==
 
== Software platform  ==
Line 48: Line 41:
 
*[[Application overview|Application overview]] - ''A quick tour through the software platform''  
 
*[[Application overview|Application overview]] - ''A quick tour through the software platform''  
 
*[http://spreadsheets.google.com/ccc?key=pHvlNLMCZIv1KBoy8ZhbZXA&hl=en Migration matrix (GoogleDoc)]  
 
*[http://spreadsheets.google.com/ccc?key=pHvlNLMCZIv1KBoy8ZhbZXA&hl=en Migration matrix (GoogleDoc)]  
 
 
* [[Using_private_development_sites|Installing the Web Application (legacy code) ]] - ''Here's how to install the classic WormBase web site for development purposes''
 
* [[Using_private_development_sites|Installing the Web Application (legacy code) ]] - ''Here's how to install the classic WormBase web site for development purposes''
 
*[[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''  
*[[Common Model elements|Common Model elements]] - ''reference list of common model elements handled generically''
 
 
*[[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''
 
*[[Deployment|Deployment]] - ''How to deploy the web app for production use''
 
*[[Deployment|Deployment]] - ''How to deploy the web app for production use''
 +
 +
== WormBase::API ==
 +
*[[Common Model elements|Common Model elements]] - ''reference list of common model elements like Species''
 +
 +
== View ==
 +
*[[Website:Template Overview| Template Overview]] -- ''a quick tutorial on the templating system''
 +
*[[Website:Common Template Elements| Common template elements]] -- ''how to include common elements like references and species in a page''
 +
  
 
== Hardware platform  ==
 
== Hardware platform  ==

Revision as of 20:39, 15 July 2010

This page contains information pertinent to employees of WormBase.

Project Management

Web Site Documentation

Rearchitecture Design Stages

  1. Requirements analysis / Design Specifications
  2. Architecture Outline
  3. Prototyping
  4. Formal Development via established conventions
    1. Formal development strategy - An overview of the development process at WormBase
    2. Developer notes - Best practices, conventions, etc
    3. Coding standards
  5. Testing
  6. Deployment


Measuring Progress

Coding standards


Software platform

WormBase::API

View


Hardware platform

--

Administration

Routine Administration Tasks

Load balancing and Failover

Monitoring and Crises Management

Frozen Releases

Frozen Releases as Virtual Machines

Updates

Developer Tools

All Hands Meeting Agendas and Notes

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 but probably not.