tridecco / game-client-web

Tridecco Game Client is a frontend application designed to support Tridecco games. It provides user interface rendering, user interaction handling, dynamic content loading, and communication with the backend server.
https://play.tridecco.com
GNU Affero General Public License v3.0
1 stars 0 forks source link

Implement User Profile and Match History Viewing for Other Users #9

Closed TKanX closed 1 month ago

TKanX commented 2 months ago

Description:

Implement a feature that allows users to view the profiles and match histories of other users, including the ability to replay their matches based on recorded actions.

Requirements:

Acceptance Criteria:

TKanX commented 2 months ago

Added user profile page

https://github.com/tridecco/game-client-web/commit/3f4b46e874852147be9ebadf7b72e77d6d281a09

TKanX commented 2 months ago

Added Users class for fetching user data

https://github.com/tridecco/game-client-web/commit/e0b1aa563b2927d4afa4a82e23934b07b89dca07

TKanX commented 2 months ago

Corrected URL for fetching user data

https://github.com/tridecco/game-client-web/commit/0a94334eaf6feb145fcb062d11383d1517386fbf

TKanX commented 2 months ago

Fixed error handling in getUserData method of Users class

https://github.com/tridecco/game-client-web/commit/d9744f91a0ac92606ceb056f93675f736763089f

TKanX commented 2 months ago

Enhanced user profile page with JavaScript functionality

https://github.com/tridecco/game-client-web/commit/a0277071978356198a4291bce39b9287b3e883f3