I noticed there are some fields on the UserProfile model that would be fun to show on the user's profile page, however, they seem to not be in use yet. Are there plans to actually use these in the future?
Another cool thing to show would be the number of likes this user received in total vs how many they have given. IMO it would give users incentive to give likes and actually write higher quality comments to receive more likes. Some kind of "karma" if you will. This would obviously need to be a another integer field that you bump.
Are there plans to actually use these in the future?
There are no increase_xxxx_count()/decrease_xxxx_count() method, so I'm guessing they are not even being increased. It would be nice to show them next to the tab titles in the profile page
I noticed there are some fields on the UserProfile model that would be fun to show on the user's profile page, however, they seem to not be in use yet. Are there plans to actually use these in the future?
Another cool thing to show would be the number of likes this user received in total vs how many they have given. IMO it would give users incentive to give likes and actually write higher quality comments to receive more likes. Some kind of "karma" if you will. This would obviously need to be a another integer field that you bump.
There are no increase_xxxx_count()/decrease_xxxx_count() method, so I'm guessing they are not even being increased. It would be nice to show them next to the tab titles in the profile page
Where would you show this?
Also on the profile page?
Just made a pull request for this
Great! I'll review it ASAP.
Did you have time to look at it?
Sorry, I didn't. I'll look at it this weekend, so today