Difference between revisions of "Design Specs: Templates"

From WormBaseWiki
Jump to navigationJump to search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Objectives ==
 
== Objectives ==
  
To build a robust templating system for the next generation of the WormBase website.
+
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