Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 66: Line 66:
 
=== Configuration ===
 
=== Configuration ===
  
==== WormBase::API ====
+
=== WormBase::API ===
 
*[[Common Model elements|Common Model elements]] - ''reference list of common model elements like Species''
 
*[[Common Model elements|Common Model elements]] - ''reference list of common model elements like Species''
 
*[[Website:Data Structure| Data structure documentation]] - ''codified data structure that should be returned by API classes''
 
*[[Website:Data Structure| Data structure documentation]] - ''codified data structure that should be returned by API classes''
  
==== View ====
+
=== View ===
 
*[[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''
 
* Things to document: evidence handling, linking entities, external URLs, searches
 
* Things to document: evidence handling, linking entities, external URLs, searches
  
==== Model ====
+
=== Model ===
  
==== Controller ====
+
=== Controller ===
 
 
=== Deployment ===
 
*[[Deployment|Deployment]] - ''How to deploy the web app for production use''
 
  
 
== Hardware platform  ==
 
== Hardware platform  ==

Revision as of 15:01, 21 July 2010

This page contains information pertinent to employees of WormBase.

Project Management

Web Site Documentation

Milestones

Division of Labor

Duties, current as of July 2010.

  • Configuration Czar -- View and application configuration
  • View
    • CSS Czar
    • Javascript Czar
    • Template Czar -- define and document shared elements, keep template directory organized, enforce standards
    • Searches Czar
    • External URLs
  • Controller
  • WormBase::API Czar -- document shared API methods; enforce coding standards
  • Testing Czar (View)
  • Testing Czar (API)
  • Profiling Czar

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

  • Template Overview -- a quick tutorial on the templating system
  • Common template elements -- how to include common elements like references and species in a page
  • Things to document: evidence handling, linking entities, external URLs, searches

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


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.