PlanBCode / hypha

1 stars 8 forks source link

Minimal tag-based index #298

Open matthijskooijman opened 4 years ago

matthijskooijman commented 4 years ago

For rubrics at de stadsbron, a minimal version would be:

Some code for this is probably already present in the https://github.com/PlanBCode/hypha/tree/datatype-tag_list branch (of which this is a slimmed down version).

Later improvements:

matthijskooijman commented 4 years ago

For now, the plan is to maybe not extend the current tag page (much) further, but instead implement #87 to generate homepages and tag-based "dossier" pages. The code that generates the lists for #87 should probably be based on the current tag index, though, and could maybe be reused by the current tag index to generate the actual content.

Also, for now the idea is to just create these "dossier" pages separately, without linking the tags on a page to these pages (they would still go to the current tag index system page). On the longer term, we could maybe add (manual) per-tag configuration for this (e.g. "when you click this tag, go to (text)page").