jsph01 / Battleships

0 stars 0 forks source link

Highscores page #9

Open jsph01 opened 5 years ago

jsph01 commented 5 years ago

This page will be populated with the top 100 ranked players, along with their usernames, mantras, and game statistics. The user may click on a user’s username to be redirect to their page. Also, there will be a search bar above the list of highscores in which the user can type in a specific username, at which point the user will be redirected to the target user’s account page (assuming the username exists).

jsph01 commented 5 years ago

service layer and front end logic completed. This page still needs to be tested to make sure that it reflects changes in rank after winning/losing. Also it needs to be tested that it will only show up to 100 users.