generated from semicolondsm/Semicolon_Repository_Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
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
user detail workflow #118
Labels
기능 추가
새로운 기능 요청을 나타냅니다.
Comments
kimulchan
added a commit
that referenced
this issue
May 31, 2022
kimulchan
added a commit
that referenced
this issue
May 31, 2022
kimulchan
added a commit
that referenced
this issue
May 31, 2022
kimulchan
added a commit
that referenced
this issue
May 31, 2022
kimulchan
added a commit
that referenced
this issue
May 31, 2022
kimulchan
added a commit
that referenced
this issue
May 31, 2022
kimulchan
added a commit
that referenced
this issue
May 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe
내가 작업할 내용들 총 정리
Work
Additional
정리하자면 [id] 로 유저 아이디를 받아서 유저 상세보기 api를 불러와 처음 화면인 /userdetail 로 ssr 된 값을 넘겨줌.
/userdetail/measurement 에서 [id] 로 유저 아이디를 받아서 운동기록 보기(선생님용) api 를 불러와 /userdetail/measurement 로 ssr 된 값을 넘겨줌과 동시에 전(/userdetail) 에서 사용한 데이터를 swr 로 불러와 사용.
운동기록 보기 (선생님용) 에서 넘어온 exercise id 로 지도를 그리는 api 를 받아서 csr 을 한다.
위의 모든것은 page modal 이 가능할 때 가능한 이야기이다... 안될 경우 그냥 csr로 해야함..
The text was updated successfully, but these errors were encountered: