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

놀러가기 기능 구현 #62

Open
1 of 3 tasks
litsynp opened this issue May 28, 2022 · 0 comments
Open
1 of 3 tasks

놀러가기 기능 구현 #62

litsynp opened this issue May 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@litsynp
Copy link
Contributor

litsynp commented May 28, 2022

ABOUT

등록한 친구에게 놀러가기하면 해당 친구가 보유한 행정 구역을 조회할 수 있도록 한다.

흐름도

  • PUT /api/v1/friends/{친구ID} -- 친구 수정 API -- 로 친구에게 놀러가기 신청
    • Request Body
      {
        "isHangingOut": "true"
      }
  • 놀러가기를 신청하면, 신청한 친구에게 신청된 사용자가 가진 행정 구역을 조회할 수 있도록 권한이 부여된다. -- 행정 구역 API 연동 필요
  • 리뷰를 남길 때, 지도의 주인이 남긴 곳에 리뷰를 같이 남길 수 있다. -- 리뷰 API 연동 필요
    • 친구 지도로 가면 친구 지도에 있는 맛집 리뷰를 볼 수 있음
  • 놀러가기는 다른 사용자에게 놀러가기를 신청하면 나머지 사용자에 대해서 놀러가기를 해제한다.

See Also

#63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants