svcsa-dev / svcsa-react

0 stars 0 forks source link

Add history seasons in player page #50

Open umliuxin opened 1 day ago

umliuxin commented 1 day ago

πŸ“˜ Feature: Add history seasons in player page

Description:
A clear and concise description of the feature.


🎯 User Story

When visiting a player's page, I want to see what seasons this player played before, in what team, what is the player's ave stat.


βœ… Subtasks (optional)

Define smaller executable subtasks. The task is complete if all these points are fulfilled.


πŸ“‹ Engineering Details (optional)

Outline how the feature might be implemented. This can include:


πŸ–₯️ Technical Notes (optional)

Optional section for developers to specify details:


πŸ“Ž Additional Information

Include any other information that may be useful for implementing the feature.

kaihuan-huang commented 9 hours ago

πŸ“˜ Feature: Add History Seasons in Player Page

Description:

Display the historical seasons a player has participated in, including the teams they played for and their average statistics for those seasons.

🎯 User Story

When visiting a player's page, I want to see what seasons this player played before, in what team, and what the player's average stats are.

βœ… Subtasks

  1. Fetch Historical Data:
    • Implement an API call to retrieve the historical seasons for the player, including team information and average statistics.
  2. Display Historical Seasons:
    • Create a new section on the player's page to display the historical seasons.
    • Each season should show the team name and the player's average statistics.
  3. Styling:
    • Ensure the new section is styled consistently with the existing player page layout.

πŸ“‹ Engineering Details

πŸ–₯️ Technical Notes

πŸ“Ž Additional Information

umliuxin commented 9 hours ago

good job!