Skip to content

Commit

Permalink
Update limitations.yaml
Browse files Browse the repository at this point in the history
Tweaking the values of most of the actions according to the reputation update project.
  • Loading branch information
Nevjoia authored Nov 30, 2024
1 parent 3ffecc8 commit 9d6886a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions apps/cf/priv/limitations.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# /!\ |️ New user | Confirmed user
# reputation [-30 , -5 , 15 , 30 , 75 , 125 , 200 , 500 , 1000]
# reputation [-50 , 15 , 30 , 50 , 75 , 125 , 250 , 500 , 1000]
#-------------------------------------------------------------------------
# Specific limitations by entity type
create:
comment: [ 1 , 3 , 5 , 7 , 10 , 20 , 30 , 40 , 40 ]
statement: [ 0 , 3 , 6 , 12 , 15 , 25 , 30 , 30 , 30 ]
speaker: [ 0 , 0 , 0 , 3 , 6 , 15 , 30 , 40 , 50 ]
add:
video: [ 0 , 0 , 0 , 0 , 1 , 2 , 3 , 5 , 10 ]
video: [ 0 , 0 , 0 , 1 , 2 , 3 , 5 , 10 , 10 ]
speaker: [ 0 , 0 , 0 , 3 , 6 , 15 , 30 , 40 , 50 ]
update:
statement: [ 0 , 0 , 5 , 15 , 30 , 75 , 125 , 150 , 200 ]
speaker: [ 0 , 0 , 0 , 0 , 5 , 20 , 30 , 50 , 100 ]
video: [ 0 , 0 , 0 , 0 , 3 , 6 , 12 , 25 , 40 ]
statement: [ 0 , 3 , 6 , 15 , 30 , 75 , 125 , 150 , 200 ]
speaker: [ 0 , 0 , 0 , 3 , 6 , 20 , 30 , 50 , 100 ]
video: [ 0 , 0 , 0 , 0 , 0 , 0 , 1 , 10 , 40 ]
user: [ 1 , 10 , 15 , 20 , 20 , 30 , 30 , 50 , 50 ]
delete:
comment: [ 1 , 3 , 5 , 7 , 10 , 20 , 30 , 40 , 40 ]
remove:
statement: [ 0 , 0 , 0 , 2 , 5 , 10 , 15 , 20 , 30 ]
speaker: [ 0 , 0 , 0 , 0 , 2 , 3 , 5 , 10 , 20 ]
statement: [ 0 , 3 , 6 , 15 , 30 , 75 , 125 , 150 , 200 ]
speaker: [ 0 , 0 , 0 , 3 , 6 , 20 , 30 , 50 , 100 ]
restore:
statement: [ 0 , 0 , 0 , 0 , 5 , 15 , 20 , 30 , 50 ]
speaker: [ 0 , 0 , 0 , 0 , 0 , 5 , 10 , 30 , 60 ]
statement: [ 0 , 3 , 6 , 15 , 30 , 75 , 125 , 150 , 200 ]
speaker: [ 0 , 0 , 0 , 3 , 6 , 20 , 30 , 50 , 100 ]
flag:
comment: [ 0 , 0 , 3 , 5 , 10 , 15 , 20 , 25 , 30 ]
comment: [ 0 , 1 , 3 , 5 , 10 , 15 , 20 , 25 , 30 ]

# Wildcards actions
vote_up: [ 0 , 3 , 5 , 7 , 10 , 30 , 50 , 60 , 75 ]
vote_down: [ 0 , 0 , 2 , 5 , 10 , 20 , 40 , 80 , 100 ]
self_vote: [ 0 , 0 , 0 , 0 , 0 , 0 , 3 , 5 , 10 ]
vote_down: [ 0 , 3 , 5 , 7 , 10 , 30 , 50 , 60 , 75 ]
self_vote: [ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ]
revert_vote_up: [ 0 , 10 , 25 , 30 , 50 , 50 , 50 , 75 , 75 ]
revert_vote_down: [ 0 , 10 , 25 , 30 , 50 , 50 , 50 , 75 , 75 ]
revert_self_vote: [ 0 , 0 , 0 , 0 , 0 , 0 , 10 , 20 , 30 ]
Expand Down

0 comments on commit 9d6886a

Please sign in to comment.