-
Notifications
You must be signed in to change notification settings - Fork 288
Score change actions
Taras Semenenko edited this page Mar 15, 2017
·
2 revisions
There were following score actions:
NAMES_MAP = {
NEW: 'TA',
EDITED: 'TE',
EDITED_OWN: 'TX',
DELETED: 'TD',
REVIEWED: 'R',
EDIT_PENALTY: 'XE',
REVIEW_PENALTY: 'XR',
MARKED_FUZZY: 'TF',
SUGG_ADDED: 'S',
SUGG_ACCEPTED: 'SA',
SUGG_REJECTED: 'SR',
SUGG_REVIEWED_ACCEPTED: 'RA',
SUGG_REVIEWED_REJECTED: 'RR',
}
I wonder what wordcount stats we need to store separately to allow scoring to be clear and understandable.
-
TA
- translated wordcount (state change 0 -> 200) -
TE
- edited wordcount (target change without state) -
S
- suggestion added wordcount