Skip to content
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

[BE] 사용자별 개개인의 데이터 서빙 #178

Open
2 tasks
capDoYeonLee opened this issue Aug 10, 2024 · 2 comments
Open
2 tasks

[BE] 사용자별 개개인의 데이터 서빙 #178

capDoYeonLee opened this issue Aug 10, 2024 · 2 comments

Comments

@capDoYeonLee
Copy link
Contributor

capDoYeonLee commented Aug 10, 2024

Description

  • 유저가 로그인 했을 때, PRIVATE 일정 조회 시 사용자별 데이터 조회

To Do

  • 일정 생성 시 자동으로 Member Entity에서 id값 가져와서 Schedule Entity와 함께 저장
  • private 일정 조회 시 Access Token에서 memberId 값 추출해서 member의 private schedule 조회
@capDoYeonLee
Copy link
Contributor Author

일정 조회 시, 사용자별 데이터 서빙 뿐만 아니라 -> filter 또한 사용자별 서빙 필요

@capDoYeonLee
Copy link
Contributor Author

프론트에서 HTTP method를 서버로 요청할 때, member_Id가 필요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant