visd / VISD-Badges

VISD Badges
Other
0 stars 0 forks source link

Templates want know know about the parent of an object #15

Closed argybarg closed 11 years ago

argybarg commented 11 years ago

Andy will muck around in the implementation of the view methods so the template will have enough information to render A) breadcrumbs for a page; and B) fields from an ancestor (e.g., an entry should be able to link back to its challenge and skillset).

argybarg commented 11 years ago

Ancestors will be traversable fields:

"../" : 0555, "../../" : 0550

and so on. The crazy borrowing from the Unix filesystem just continues.