ForestJay / VoteSquared

Repository for Vote Squared platform's code base.
MIT License
4 stars 0 forks source link

Add a point system #26

Closed ForestJay closed 9 years ago

ForestJay commented 9 years ago

As a user. I'm more inclined to make changes if I get value from thosr changes.

This should start simply. Maybe 1 point per edit (unless you made the last edit), 5 points per rating, and 10 points per addition. Points should be displayed prominently (like near their name).

ForestJay commented 9 years ago

This should be connected to the upvote / down vote system.

ForestJay commented 9 years ago

I tried pushing the change LIVE, but it failed with the following issues:

1) Signed out users can edit! 2) politicians/show.html.erb crashes on line 33 because current_user.points does not exist (when signed in).

Changes have been reverted.

ForestJay commented 9 years ago

This is now LIVE and working.