XetaIO/Xetaravel

XP and Rubies system

Closed this issue · 2 comments

Xety commented

Rubies :

  • Icon : Rubies fa-diamond
  • Color : #F4645F
  • Can only be obtened with solved answer
  • Can be used to :
    • Purchase XP boosters
    • Change username

XP :

  • Icon : XP fa-star-o
  • Color : #F39C12
  • Can be obtened with :
    • Solved answer : 120 XP
    • New threads : 90 XP
    • New posts : 75 XP

Preview in Discussions :
Preview

Xety commented

Table users_xp
id
user_id
amount
obtainable_type
obtainable_id
event_type
data
created_at
updated_at

Table users
xp_total -> cache
rubies_total -> cache

Table users_rubies
id
user_id
obtainable_type
obtainable_id
created_at
updated_at

Xety commented

Closed as #50 is open.