Difference between revisions of "Design Specs: Templates"

From WormBaseWiki
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
== Templates will... ==
 
== Templates will... ==
 
* Define the basic page structure
 
* Define the basic page structure
* Link to objects: [[Design Specs: Templates: How Objects are Linked in Templates|How Objects are Linked in Templates]]
+
* Link to objects
 
* Be standardized
 
* Be standardized
** Set up basic page structure and design
+
** Set up basic page structure and design (along with HTML and CSS elements)
 
* Make queries against the REST API using Javascript
 
* 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