Sector members directory

Component ID

2837904

Component name

Sector members directory

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Members directory feature and supporting functionality - optional (contrib) addition for Sector.

Installation:

Download sector according to the instructions on the sector page.

Download this project and copy the included makefile (build-sector-members-directory.make) into the sector directory

In your custom project make file add the following line:

includes[] = build-sector-members-directory.make

Build sector, eg by running the following command

drush make build-sector.make ../builds/sector

(change the build directory as appropriate)

OR if adding after build download and install this feature (and its dependencies) as normal, eg via drush.

After the site is build and database installed enable the 'Sector members directory' feature either on the features admin page or modules page under 'Sector optional features'.

Usage:

This module provides a new content type, vocabulary, view, role and permissions and leverages some of the existing sector content types. The view uses search api and depends on a solr server for the facet implementation so after the feature has been enabled you will need to set up a solr server and update the default server settings to point to your new server and core.

Once installed create you will be able to give users the 'Directory Member' role, and they will be able to create and edit their own Directory Member nodes, following a workbench workflow. There is also a faceted view of Directory members, although solr will need to be set up accordingly and the Directory Member content indexed.