jsph01 / Battleships

0 stars 0 forks source link

Account (self) page #3

Open jsph01 opened 5 years ago

jsph01 commented 5 years ago

Each player will have their own account page where they can view their game statistics and earned achievements. From this page, users can start a new game (which will redirect them to the game selection page), view their friends list, edit their profile image (from a static list of images to provide a safe environment for all users), and they can edit their mantra (which will be displayed when they are matched against an opponent, and it is displayed next to their name in the highscores page). When the user clicks on the mantra link, they will be redirected to the “edit mantra” page. When the user clicks on their profile image, they will be redirected to the “select profile image” page.

jsph01 commented 5 years ago

Created the account (self) page. I still need to update the Account model with the rest of the fields that the Account document will keep track of, and display it on the front end. (achievements and friends)