Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 15: Line 15:
  
 
= Web Site Documentation =
 
= Web Site Documentation =
 +
 +
* [[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''
 +
*[[HOWTO migrate a CGI|HOWTO migrate a CGI]] - ''quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse''
  
 
== Rearchitecture Design Stages==
 
== Rearchitecture Design Stages==
Line 20: Line 24:
 
#[[Website:Design Specifications|Requirements analysis / Design Specifications]]
 
#[[Website:Design Specifications|Requirements analysis / Design Specifications]]
 
# [[Website:Architecture outline|Architecture Outline]]
 
# [[Website:Architecture outline|Architecture Outline]]
# Formal Development via established conventions
 
## [[Formal_development_strategy|Formal development strategy]] - ''An overview of the development process at WormBase''
 
  
=== 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)]
 
*[http://spreadsheets.google.com/ccc?key=pHvlNLMCZIv1KBoy8ZhbZXA&hl=en Migration matrix (GoogleDoc)]
  
== Coding standards ==
+
== Coding standards and Best Practices ==
 
*[[Website:Data Structure| Data structure documentation]]
 
*[[Website:Data Structure| Data structure documentation]]
 
*[[Developer_notes|Developer notes]] - ''Best practices, conventions, etc''
 
*[[Developer_notes|Developer notes]] - ''Best practices, conventions, etc''
 
*[[Coding standards|Coding standards]]  
 
*[[Coding standards|Coding standards]]  
 +
*[[Formal_development_strategy|Formal development strategy]] - ''An overview of the development process at WormBase''
  
 
== Testing ==
 
== Testing ==
Line 46: Line 50:
  
 
*[[Application overview|Application overview]] - ''A quick tour through the software platform''  
 
*[[Application overview|Application overview]] - ''A quick tour through the software platform''  
* [[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''
 
*[[HOWTO migrate a CGI|HOWTO migrate a CGI]] - ''quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse''
 
  
 
=== Configuration ===
 
=== Configuration ===

Revision as of 21:17, 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


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

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.