uwbaddev / baddie-match

Web app to track our badminton matches
2 stars 2 forks source link

Add Player Profile Pages #58

Open ivanccheng opened 1 year ago

ivanccheng commented 1 year ago

Implement Pages for Each Player, displaying some player data

Task: get a design approved someone more qualified then me xd

2 Subtasks, 1 for backend, 1 for frontend Frontend: Create player page, /profile?id=id Display player info: -id, name, year, etc Add some stats, display using graphs, ideas: (winrate, headtohead, winrate against certain players, etc)

Backend: Implement API /api/player/profile?id=id

choiii-darren commented 1 year ago

use query params no? instead of a route change @ivanccheng more ideas, steal the layout from the UW badminton wrapped up from andrew

ivanccheng commented 1 year ago

@choiii-darren yep, good catch, updated the description