-
Notifications
You must be signed in to change notification settings - Fork 1
Score Logic
njyo edited this page Aug 14, 2012
·
6 revisions
The leader board shows who is active and a good matchmaker.
The overall Score is easy to calculate by adding points for a set of given events.
Following points shall be given to the user:
- Trigger: User successfully signs up (points are initialised with this by default)
- Points: 1000
- Trigger: User completes ALL specific questions (non-four-answer questions). Text areas may not be empty. Points can only be received once.
- Points: 100
- Trigger: User completes ALL questions. Points can only be received once.
- Points: 150
Note: This means we need to add addition dates to the questions as to allow later to extend the system and award more points when adding more questions.
- Trigger: User introduces two friends and they both accept the matchmaking intro. Awarded for each successful intro.
- Points: 100
- Trigger: User accepts a matchmaking intro. Awarded for each intro accepted.
- Points: 200
- Trigger: User successfully invites another user to an event (the other user accepts). Awarded for each successful invitation.
- Points: 100
- Trigger: User accepts an event invitation. Awarded for each event accepted.
- Points: 200
- Trigger: Awarded for each message sent to a friend.
- Points: 10
- Trigger: Two friends that a user introduced get into a relationship on Facebook
- Points: 500
- Trigger: A Facebook friend that a user invited, joins Freya Love.
- Points: 300
Priority: Later
- Trigger: Two friends that a user introduced get engaged on Facebook
- Points: n/a
Priority: Later
- Trigger: Two friends that a user introduced get married on Facebook
- Points: n/a
-
Priority: Later*
-
Trigger: Every day the user logs in, when the user had logged in the last day as well.
-
Points: 200