Closed vvidday closed 2 years ago
Commits 3ad68b3d5b2a9380e3a13ddf2890f799bceff87a and dbc3040aa26a2416e1f04eba9165b11db16da672
Added database functions to support profile page operation for showing user's best scores for all previously played groups.
Commit 12f90dd30b13b8296a3e491b45452feab3022c54 Updated navbar and app to support navigating to and from profile page
Commits c74be0a1476335bd5ea3a74df6d63985ec285b2b and 12f90dd30b13b8296a3e491b45452feab3022c54 Actual react components for profile page
profile.js
: Main profile page componentuserInfo.js
: Subcomponent to display user info (resized avatar, handle, full name)userScores.js
: Subcomponent to display all of the user's best scores for all previously played groupsAdditionally, clicking on logo takes user back to group selection screen
Above commits in PR #27
Added game links as per https://github.com/vvidday/orbital-frontend/issues/34
A separate feature we are planning on implementing is a profile page where users can see all their personal best scores for the different groups that they have played. It would also include quick play links to start games for previously played groups, preventing them from having to re-input the handles in the custom group selector.