-
Notifications
You must be signed in to change notification settings - Fork 57
Add Entity Reference Hierarchy module to GovCMS8 #476
Comments
I have so much theme code to compensate for a lack of this module. Plus one billion. |
...+++ |
agree |
@pameeela, @simesy, @Els-SLHD @brett-sargeant Thanks for the information and suggestion, we will investigate and I will get back to you. |
Is there any documentation about how to use and configure this module available online? |
👋 Happy to answer questions on this module Some major sites using and contributing to this module in Australia
In terms of using and configuring this module:
Things that warrant highlighting here
Other goodies the modules has
|
Screenshot of a sub-set of the automated testing See the results on drupal.org for full details (click All to expand) |
Thank you @larowlan and others We are currently investigating and will get back to you when we have more info. Belinda |
This module is also used by Victorian SDP for all sites under vic.gov.au. |
This has been done in govCMS/GovCMS#236 |
https://www.drupal.org/project/entity_hierarchy
** What value does this module/package add to GovCMS?
This module allows the creation of large content hierarchies with built-in views support, without bloating the menu system or hurting performance.
It also allows the easy creation and maintenance of sub-sites.
** Please provide a brief outline of what this module does.
Entity hierarchy extends the standard Entity Reference field to store a nested set representation of the the hierarchy. This allows for efficient querying of the hierarchy.
** Who does this module benefit:
[x] end users
[x] content editors
[x] site builders
[x] themers
[x] developers
** How could you provide/replicate the functionality of this module using alternative methods, eg in your theme?
It's not possible to replicate this in your theme. You can use standard entity references to try to build a hierarchy but it wouldn't have full views support and has other obvious limits.
** If this module styles or alters HTML or JavaScript output, can the functionality be provided via the theme?
No
** What is the maintenance and support status of the module. Describe the issue queue activity.
Active and well maintained. Drupal 9 compatible and the latest release was in late June.
** What permissions are needed to utilise the module (and are any new permissions provided by the module)?
The module adds a single permission: 'Reorder children'
** Does the module modify the database structure and/or store additional metadata on nodes or other entities? If so, why? What are the risks for future updates?
** Is the module designed to capture anonymous user data?
No
** Is the output of the module typically fully cacheable?
Yes
** What is your assessment of the quality of this module, the contribution history of the module's maintainers, and the uptake of the module within the Drupal community?
larowlan is the maintainer and I think his contribution history speaks for itself, but I will note that he is a Drupal core committer, the only one based in Australia, and a member of the Drupal security team.
** Additional information
It is quite a common request for clients to be able to easily create sub-sites within their GovCMS SaaS sites. This module would greatly expand the capability to deliver this and would allow sites to better incorporate content that might otherwise be developed as a separate site. I think that it would be a great addition to the SaaS feature set to empower content editors to have this flexibility.
The text was updated successfully, but these errors were encountered: