svcsa-dev / svcsa-react

0 stars 0 forks source link

Kate - match stat page #28

Closed kate-yq closed 1 week ago

kate-yq commented 2 weeks ago

Pull Request

This PR creates the statistic page for each match. The path is /basketball/[competition]/matches/[matchid]. The page can also be accessed by click the relevant link ("技术统计") at all matches page.

Description

For each stat page, the stat data are fetched by match id.

Then use the /seasonteamplayer API to get the player's team, and assign the record to corresponding team.

Finally draw the table with given records.

Related Issue(s)

Test

Additional Notes

Screenshot 2024-08-28 at 13 46 29 Screenshot 2024-08-28 at 13 46 36