Business Intelligence Compendium:Membership

From Business Intelligence Compendium

Jump to: navigation, search

Contents

How to start contributing

For those who want to contribute, please


Different membership levels

There will be different contributionlevels in the Business Intelligence Compendium initiative, namely:


Readers

The reader community will probably consist of all people who have interest in business intelligence, be it academic, commercial or even just occasional interest. The compendium will aim to be a complete and comprehensive source of information with additional pointers to business intelligence experts that can provide "custom" (non encyclopedical) information if required. currently all pages of the compendium are open for readers. This might change to registered if our professional contributors board finds we need to know our reader community better.

Related authorisations

Currently no authorisations are required to be a reader. In Wiki language this means the user is part of the '*' group


Occasional contributors

The occasional contributor can be any one who does a minor update to pages. This means small updates to pages to correct obvious errors, or to add small pieces of information to existing articles.

In order to be an occasional contributor, one must create a user account with confirmed email address to gain editing access to the pages. Furthermore we expect every editor to respect editing guideliness. More details on the [Contribute] page.

Related Wiki authorisations

All contributors must minimally be part of the 'emailconfirmed' group. This is automatically the case after creation of an account and confirming your account through the email which is sent to you. They have the following rights:

  • edit
  • createpage
  • minoredit


Professional contributors

The expert contributor community will take care of all new content. They exist of industry experts that are recognized by their peers as leaders in their area of business intelligence.

Related Wiki authorisations

Professional contributors must be part of the 'contributors' group which includes the following permissions:

$wgGroupPermissions['contributors' ]['edit']            = true;
$wgGroupPermissions['contributors' ]['createpage']      = true;
$wgGroupPermissions['contributors' ]['createtalk']      = true;
$wgGroupPermissions['contributors' ]['move']            = true;
$wgGroupPermissions['contributors' ]['upload']          = true;
$wgGroupPermissions['contributors' ]['reupload']        = true;


Expert/Reviewers

Finally the reviewer community will see to it that the community rules (unbiased information, style and format, civil behavior, ...) are respected, similar to the working of Wikipedia.

Related Wiki authorisations

Reviewers must be part of the 'reviewer' group which includes the following permissions:

all permissions given to the contributor group
$wgGroupPermissions['reviewers' ]['deletedhistory'] = true;
$wgGroupPermissions['reviewers' ]['undelete']       = true;
$wgGroupPermissions['reviewers' ]['minoredit']      = true;
$wgGroupPermissions['reviewers' ]['mergehistory']   = true;
$wgGroupPermissions['reviewers' ]['protect']        = true;
$wgGroupPermissions['reviewers' ]['block']          = true;
$wgGroupPermissions['reviewers' ]['blockemail']     = true;
$wgGroupPermissions['reviewers' ]['hideuser']       = true;
$wgGroupPermissions['reviewers' ]['rollback']       = true;


Platfrom administrator

The platform admin is sysop.

Documentation