django-vote icon indicating copy to clipboard operation
django-vote copied to clipboard

Feature Request: Specify the vote affects

Open quank123wip opened this issue 4 years ago • 2 comments

We can only add one vote by the add function, but some user should have more power, need an option to specify the vote affects

quank123wip avatar Jul 04 '20 02:07 quank123wip

It's an interesting feature. There is a calculate_vote_score method on the VoteModel. If you overwrite this function on your model, you can get a custom score for every vote action. I'm not sure whether it can fulfill your requirement but you can take a look first.

shellfly avatar Jul 11 '20 02:07 shellfly

It's an interesting feature. There is a calculate_vote_score method on the VoteModel. If you overwrite this function on your model, you can get a custom score for every vote action. I'm not sure whether it can fulfill your requirement but you can take a look first.

Oh, It's a good idea. I think I will make a pull request.

quank123wip avatar Jul 11 '20 11:07 quank123wip