Try our conversational search powered by Generative AI!

Support huge amounts of content below a single node

Vote:
 

Sitecore has a concept of item buckets that makes it easy to have large amounts of unstructured content below a single node in the content tree.

This is really useful for content like a news archive and similar.

Any plans in this direction?

#143700
Jan 29, 2016 8:26
Vote:
 

I've actually planned to implement this myself. I know this is under the Episerver radar, and similar functionality exists in Commerce.

#143757
Edited, Jan 29, 2016 15:56
Vote:
 

You and me both then :)

It's a race then hehe

#143759
Jan 29, 2016 16:24
Vote:
 

Isn't that really an information architecture anti-pattern, though? Even though you COULD make a giant node load reasonably fast, it will not be a great way for the editor to work with content. 

You would have to couple that with a powerful content filtering (think PowerSlice) to make it usable, no?

#143788
Feb 01, 2016 12:04
Vote:
 

Well, my solution involves UI as well. E.g. not listing news articles in the page tree and instead show them in a sortable, filterable and paginated grid. Maybe powered by Find, but not rely on it. Nodes loads fast in Episerver, the problem is the UI, the page tree can't handle thousands of nodes in one level. By having a paginated grid we don't have to load all nodes, which we have to do in a page tree.

This is already solved in Commerce. 

#143789
Feb 01, 2016 12:24
Vote:
 

This is actually a feature I've been missing since I started working with Episerver back in 2008. Some content don't fit in a tree structure.

#143790
Feb 01, 2016 12:26
Vote:
 

Yeah, instead of using a tree pattern you make it searchable etc. Works great for stuff like comments, press releases, products etc. 

I can of course use DDS for those but then I need to build a user interface for editor / admin etc. 

Sitecore has a similar concept for this called item buckets (read: page node where you can store 1000s of pages without messing up editor ui...).  And I do like the word "item bucketability". 

#143793
Feb 01, 2016 12:39
Vote:
 

I understand the bucketing concept, but I still struggle to see when it's *really* the best choice to have hundreds/thousands of pages under one node, instead of introducing some kind of hierarchical folder structure relevant to the type of content (e.g. year-folders for news archive, category-folders for press releases, etc). 

Even with an hierarchy, you could omit the folders from the URL and achieve a "clean and short" URL. 

With bucketing, you would have to force a new UI concept into Episerver.
You would also have to make sure the bucketing is created in a way that's easy to export/migrate later on.

Not saying it shouldn't be done, just highlighting some of the challenges :-)

#143844
Feb 02, 2016 9:17
Vote:
 

Behind the scene, thats how it's done Arild. So making it possible to automatically create subfolders that are segmented alphabetically or by date would probably be 90% of the solution. Sure, I can do this myself by reacting to the Published event etc...

#143846
Feb 02, 2016 9:34
Vote:
 

Well the problem editors have, is to actually find the content. Especially when there are thousands of pages in the tree. Powerslice is not the solution either. My solution would also involve containers, but they would never be visible in the page tree. The content is still located in the tree, so no export/import issues. I don't see the URLs as a problem either, the main problem is the editing experience really.

I don't find a grid 'a new concept' though, nor does the editors. Some of them even preferres grids, especially for certain kind of content.

#143850
Feb 02, 2016 10:13
Vote:
 

Looking forward to the protoype then :-)

#143858
Feb 02, 2016 11:46
This thread is locked and should be used for reference only.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.