Participation Score
ParticipationScore.sol
The ParticipationScore
contract calculates and manages participation scores for hub members.
Key Functions:
calcPerformanceInPeriod(address who, uint32 period)
: Calculates the performance score for a member in a given period.writeMemberActivity(address who)
: Writes the historical activity score for a member.
Important Concepts:
Performance is calculated based on commitment level and points given.
Uses constraint and penalty factors in score calculations.
Last updated