-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Currently you have Books, Chapters and Pages with a chapter only able to sit in one book and pages only able to sit in one chapter. However this leads to the requirement for a rigid and constricting structure as you can only break up articles on one dimension. A Dimension being say Client or Platform or Article type. However in a ideal world a page would want to be split by all these dimensions which are then standardised and enforced such that you can filter by any of these for all the related articles or you can search for combinations.
I can suggest two methods to achieve this
You could introduce the ability for the same page to be a member of multiple chapters potentially across different books. (simpler to impliment harder to enforce)
Redefine how pages are organised so that you have tag groups and tags such that every article should have a tag in each group. it may be that a tag group has a hierachical structer in itself. I.E. you may have internal vs client, then have to select specific client if applicable. Or is you select the platform then only relevant to clients on that platform.