-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scoring Plugin #13
Comments
A couple of things to note. |
Don't make it too hard... there is not really a reason to hide the scoring algorithm, so save the energy to do something extra |
I think this will be a good solution. And it is better that everybody can understand how this algorithem works. |
better protect it so not everyone directly know what todo to get the best rating and automate it. |
or everybody who wants to rate had to be registered by the identity portal and can only rates once an extension |
I would expect that's planned anyway? |
I'm not sure what is planned. But if everybody only can leave one reply or rating it is not necessary to build an special hidden algorithm. |
identity portal is open for registrations, it's not a real difference compared to normal registration on the site |
In the current version of JED it was public initially and people tried to game the system with keywords and stuff. We ended up hiding it for a reason as the algorithm got refined in the early days. |
Extensions have a scoring based on several factors. Since we don't want people to game the system, the specific algorithm how these scores are derived, should be hidden.
Solution
Tasks
onJEDCalculateScore
with an extension object as parameteronJEDCalculateScore
for all relevant save operations (Basically all moderation events)onJEDCalculateScore
on each extensionThe text was updated successfully, but these errors were encountered: