Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 4: Line 4:
 
*[[Project Calendar|Project Calendar]]  
 
*[[Project Calendar|Project Calendar]]  
 
*[[WormBase Release Workflow|WormBase Release Workflow]] -- ''Project-wide schedule that documents what is happening when and where.''
 
*[[WormBase Release Workflow|WormBase Release Workflow]] -- ''Project-wide schedule that documents what is happening when and where.''
 +
*[[Development workflow - webdev]]
 +
 +
== Conference call agendas/minutes ==
  
 
*[[Conference calls| Conference call agendas and minutes (All WormBase)]]
 
*[[Conference calls| Conference call agendas and minutes (All WormBase)]]
 
*[[Conference call agendas and minutes| Conference call agendas and minutes (WebDev team)]]
 
*[[Conference call agendas and minutes| Conference call agendas and minutes (WebDev team)]]
*[[InterMine Strategy Meeting: May 14, 2013|Conference call agendas and minutes (Intermine development)]]
+
*[[Project meeting agendas and minutes]]
 +
*[[WormMine development status]]
 +
*[[InterMine Strategy Meetings]]
  
*[[Project meeting agendas and minutes]]
 
  
 +
== General Documentation ==
 +
*[[Co-op Documentation]]
 
*[[SOPs|Internal documentation and standard operating procedures]]
 
*[[SOPs|Internal documentation and standard operating procedures]]
 
*[[Feature WishList]]
 
*[[Feature WishList]]

Revision as of 11:50, 17 May 2013

This page contains information pertinent to employees of WormBase.

Project Management

Conference call agendas/minutes


General Documentation

Data Model and Data Development

Web Site Development Guidelines

Documents pertaining to WormBase 2.0



Help us maintain the site

The Web Application

  • Application overview - An overview of the web application, including MVC structure, 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

Information for third party developers

Administration

Architecture

Software Platform

Hardware Platform

Software Life Cycle

Measuring Application Performance


Routine Administration Tasks

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

Developer Notes

Deprecated Documentation

The good word gone bad. Cruft. Lint. Maybe useful. Probably not.

Load balancing and Failover

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