localgovdrupal / localgov_services

Provides the pages and navigation for presenting the Services provided by Local Government. A part of the LocalGovDrupal distribution.
GNU General Public License v2.0
3 stars 5 forks source link

Add extra filters (Service landing / author) to content dashboard #146

Open andybroomfield opened 2 years ago

andybroomfield commented 2 years ago

This is the page at /admin/content.

At BHCC, there are currently extra filters to filter the list by service, sub hub (sub landing) and author. These are missing on the localgovdrupal version.

BHCC current version.

Screenshot 2022-02-11 at 12 50 47 pm

Localgov Drupal

Screenshot 2022-02-11 at 12 50 39 pm
finnlewis commented 2 years ago

Currently this is not possible out of the box with a default LocalGov Drupal install.

There is a different entity reference architecture on the BHCC codebase.

@Adnan-cds suggests reviewing the code from BHCC.

We've moved the issue to localgov_services as this seems to be more specific to services than workflows.

finnlewis commented 2 years ago

@ekes suggests that this could be filtered on a string comparison of the path alias table. Any node within a service, will have the path alias starting with this service path. So a custom views filter could offer a filter on the first portion of the path alias, which would be light weight.