vvidday / orbital-frontend

Frontend for Orbital (CP2106)
https://orbital-frontend-orcin.vercel.app
0 stars 0 forks source link

Profile Page #28

Closed vvidday closed 2 years ago

vvidday commented 2 years ago

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.

vvidday commented 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.

vvidday commented 2 years ago

Commit 12f90dd30b13b8296a3e491b45452feab3022c54 Updated navbar and app to support navigating to and from profile page

vvidday commented 2 years ago

Commits c74be0a1476335bd5ea3a74df6d63985ec285b2b and 12f90dd30b13b8296a3e491b45452feab3022c54 Actual react components for profile page

Additionally, clicking on logo takes user back to group selection screen

vvidday commented 2 years ago

Above commits in PR #27

vvidday commented 2 years ago

Added game links as per https://github.com/vvidday/orbital-frontend/issues/34