-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➕ [WV-35] : feat player coach page 생성 #38
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디자인이 확실히 개선되었네요! 반응형도 좋습니다. 수고하셨습니다.
…reate-player-coach-page
…reate-player-coach-page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디자인이 위에 이미지의 컬러와 이어지는 느낌이 있어서 좋은거 같아요.
…reate-player-coach-page
개요
feat player coach page 생성
PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.
PR details
코칭 스텝 페이지 완성
api
>player
>apis.ts
폴더에러처리는 더 자세히 해야하는데 일단 이렇게 했습니다.
다들 api 에러처리시에는 콘솔에러 대신 throw error 사용하시면 좋을것같습니다.
** + try-catch 는 에러를 핸들러할때 사용합니다. 단순히콘솔 에러로 try-catch가 아니라 status에 대한 에러 처리시 사용되면 좋지않을까 싶습니다. **
[기존 디자인]
[변경된 디자인]
디자인 어때요 ㅋㅋㅋㅋㅋㅋ
컴포넌트 이렇게 생성하고 서버 페이지에서 해당 컴포넌트를 import했는데,저 코치리스트컴포넌트 자체가 비동기화되어있는 컴포넌트라 에러가 뜹니다. 찾아보니까 "next.js13버전 이상부터 타입스크립트가 서버 컴포넌트 타입 지원이 아직 완벽하지 않아서 발생하는 문제입니다." 라고 하는데,, 그전 프로젝트에서는 서버액션 기능이 같이 들어가서 이런에러가 자연스레 없어졌거든요,, 모르겠어서 해당 부분은 주석으로 에러를 임시 막아놓은 상태입니다.
2025-01-06.1.23.46.mov
🔧 WV-35 fix : image 에러및 warning 수정
When modifying code...