Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 27: Line 27:
 
# [[Website:Testing|Testing]]
 
# [[Website:Testing|Testing]]
 
# [[Website:Production Deployment|Deployment]]
 
# [[Website:Production Deployment|Deployment]]
 
  
 
=== Measuring Progress ===
 
=== Measuring Progress ===
 
 
* [[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)]
  
 
== Coding standards ==
 
== Coding standards ==
 
*[[Website:Data Structure| Data structure documentation]]
 
*[[Website:Data Structure| Data structure documentation]]
 
  
 
== Software platform  ==
 
== Software platform  ==
  
 
*[[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)]
 
 
* [[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''  
Line 52: Line 49:
 
*[[Website:Template Overview| Template Overview]] -- ''a quick tutorial on the templating system''
 
*[[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''
 
*[[Website:Common Template Elements| Common template elements]] -- ''how to include common elements like references and species in a page''
 +
 +
== Model ==
 +
 +
== Controller ==
  
  
Line 70: Line 71:
  
 
=== Routine Administration Tasks ===
 
=== Routine Administration Tasks ===
*[[NFS at WormBase]]
 
 
* [[Cronjobs|Cronjobs]]
 
* [[Cronjobs|Cronjobs]]
 
* [[Creating_a_Google_Sitemap|Creating a Google Sitemap]]
 
* [[Creating_a_Google_Sitemap|Creating a Google Sitemap]]
Line 122: Line 122:
 
== Deprecated Documentation ==
 
== Deprecated Documentation ==
  
''The good word gone bad. Cruft. Lint. Maybe useful but probably not.''
+
''The good word gone bad. Cruft. Lint. Maybe useful. Probably not.''
 +
*[[NFS at WormBase]]
 
*[[Trac installation notes|Trac installation notes]]
 
*[[Trac installation notes|Trac installation notes]]
 
*[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''

Revision as of 20:52, 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

Model

Controller

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. Probably not.