Difference between revisions of "Design Specs: Templates"

From WormBaseWiki
Jump to navigationJump to search
Line 3: Line 3:
 
To build a templating system for the next generation of the WormBase website.
 
To build a templating system for the next generation of the WormBase website.
  
== To Do: ==
+
== Templates will... ==
* Set up the basic page structure
+
* Define the basic page structure
* Create guidelines on how objects are linked in templates
+
* Link to objects: [[Design Specs: Templates: How Objects are Linked in Templates|How Objects are Linked in Templates]]
* Document interactions with HTML design work (including CSS elements)
+
* Be standardized
* Allow templates to make queries against the REST API using Javascript
+
** Set up basic page structure and design
 +
* Make queries against the REST API using Javascript

Revision as of 16:08, 3 February 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: How Objects are Linked in Templates
  • Be standardized
    • Set up basic page structure and design
  • Make queries against the REST API using Javascript