Chalarangelo/30-seconds-web

Allow custom collections to belong to language collections

Chalarangelo opened this issue · 2 comments

A custom collection should be able to belong to a language collection. This will mean that the language collection will display it as part of its listing anchors, it should be displayed in all child tags of the language collection and that the custom collection should also display anchor tags from the language listing.

We might also want to investigate if, in this situation, the breadcrumb should point to the collection instead of the original category iff we're looking at articles.

The prime example is the JS Data Structures collection which should belong to the JS language collection and its snippets could belong to that tree instead of the Articles area.

Additionally, we might want custom collections to belong to other custom collections. Parent custom collections will act more or less like shells.

#385 will help facilitate this.