luisteofilo / estg-esof2-turno-a

1 stars 0 forks source link

A20 achievements #25

Closed aandre-costaa closed 3 months ago

aandre-costaa commented 3 months ago

Achievements part of the project.

Features: -Check all achievements list; -Check all the achievements for a said user; -Input a score and automatically attribute the achievements according to those the said user doesn't have;

Important Notes: -Since tournament and challenges part wasn't done, a testUserScore table was created to simulate the score attribution to an user and achievement attribution to that user from the front end page TestUserScores.razor -Since login wasn't fully working, user achievements works by putting an Id in the code in the UserAchievements.razor frontend file so it does its thing and shows the unlocked achievements for said user.