Thenlie / turtle

"Wordle" clone
https://wurtle.herokuapp.com/
MIT License
3 stars 2 forks source link

8 feature/profile page #15

Closed Thenlie closed 2 years ago

Thenlie commented 2 years ago

First PR for the user profile page

profile


A single page that can render both the logged in users dashboard, and any other users profile page. Currently just displaying some basic user information. The user info section is mostly complete. The user scores and stats still need to be built out.

Due to changes to the User model and GQL queries and mutations I am pushing to develop to allow for testing and easier merging down the road.

You can view more of the ongoing work at #8