Skip to content

chesleybrown/peerperks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeerPerks

Encourage peer code review through gamification with perks.

Screenshot

Requirements

Setup

First copy config.dist.json to config.json and update the API_URL setting to your Firebase API URL.

npm install
bower install
grunt

Go to localhost:3002.

In Firebase you should populate a rewards collection and perks collection with something along the following:

Rewards
[
	{
		"points" : 3,
		"name" : "Finished on top this week"
	},
	{
		"points" : 2,
		"name" : "Have your pull request merged"
	}
]
Perks
[
	{
		"points" : 30,
		"name" : "Pick any one task you want to work on"
	},
	{
		"points" : 50,
		"name" : "Hour off early on Friday"
	}
]

About

Encourage peer code review through gamification with perks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published