MediaWiki extension to track each users' progression from new contributor to mastery.
- Obtain the code from GitHub
- Extract the files in a directory called
UserJourney
in yourextensions/
folder - Add the following code at the bottom of your "LocalSettings.php" file:
require_once "$IP/extensions/UserJourney/UserJourney.php";
- Go to the directory /maintenance and run
php update.php
- Go to "Special:Version" on your wiki to verify that the extension is successfully installed
- Done
This extension is in early development. [Extension:Wiretap] (https://github.com/enterprisemediawiki/Wiretap) was used for a baseline to begin this project.
Obviously this would look better with images, not just text.