masiddee/nextjs-soccer-manager

UI: Setup player dashboard/Player Profile Page

Closed this issue · 0 comments

Description

Set up Player Dashboard / Create Player Profile Page

  • Set up page at /player/[id] with basic auth
  • Implement basic styles with using NextUI

Things to keep in mind

  • The user should arrive at this page when going to the team dashboard and selecting a player from the team roster. This page should allow users to view basic player info
  • The page should query the user details based on the id passed into the URL, and it should return the specific player profile details