gxc-int-innovation-challenge21 / gxc-team-21

gxc-team-21 created by GitHub Classroom
1 stars 0 forks source link

Add coins functionality #34

Closed se-seidel closed 3 years ago

se-seidel commented 3 years ago

We want to differentiate between points (for the ranking) and coins (which you can spend on rewards). So every activity a user tracks should give him/her points and only official activities should add coins to the user profile. Coins can be spent in the reward shop. Points are shown in the ranking/dashboard/profile etc.

Also take care of saving coins/points in the database properly (right now the points are saved in different tables, which makes things complicated)

fabianhalbig commented 3 years ago

Differentiation between Boosts(points) and coins is now added to the prototype.

fabianhalbig commented 3 years ago

Differentiate between Boosts and coins that can be received. Activities from sport clubs (0 coins) and for official activities coins add boosts.

se-seidel commented 3 years ago

Changed boosts and coins everywhere I found it. Also added differentiation to activities.

fabianhalbig commented 3 years ago

Closing, as discussed in today's team meeting.