Difference between revisions of "Design Specs: Templates"

From WormBaseWiki
Jump to navigationJump to search
(New page: Templates)
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Templates
+
== Objectives ==
 +
 
 +
To build a templating system for the next generation of the WormBase website.
 +
 
 +
== Templates will... ==
 +
* Define the basic page structure
 +
* Link to objects
 +
* Be standardized
 +
** Set up basic page structure and design (along with HTML and CSS elements)
 +
* Make queries against the REST API using Javascript
 +
 
 +
= Resources =
 +
 
 +
 
 +
 
 +
[[Category:Developer documentation]]

Latest revision as of 18:49, 11 August 2010

Objectives

To build a templating system for the next generation of the WormBase website.

Templates will...

  • Define the basic page structure
  • Link to objects
  • Be standardized
    • Set up basic page structure and design (along with HTML and CSS elements)
  • Make queries against the REST API using Javascript

Resources