gdoteof / election

drupal election module
3 stars 1 forks source link

Data structure for HTML Skeleton #20

Open gdoteof opened 12 years ago

gdoteof commented 12 years ago

For HTML generation, we are going to split into two steps:

Rather than generate the HTML as we walk the tree, we will generate a renderable datastructure as we walk the tree; allow the user to manipulate this data-structure, and then render.

This will allow the smoothest possible way for a custom display.

Discussion for how this datastructure will look should happen here.

acrawford commented 12 years ago

Umm need more sleep, will add ideas on this tomorrow.