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

Feat/implement user and friends apis #15

Merged
merged 33 commits into from
Aug 17, 2024

Conversation

seonjo1
Copy link
Contributor

@seonjo1 seonjo1 commented Aug 17, 2024

주요 구현 사항

  • api 붙였어요 잘되니까 approve 눌러

리뷰어 참고 사항

  • frontend 고장나면 seonjo에게 바로 신고해주세요 포상금 있습니다!!
  • ./run_backend 실행시 1 을 매개변수로 넣어주면 모든 환경이 초기화가 됩니다.
  • nginx 를 docker로 실행시키는 부분을 포함해서 모든 포트가 80번으로 통일되었습니다.
  • populatedb.sh 은 테스트 데이터를 데이터베이스에 넣어줍니다!!!

seonjo1 and others added 30 commits August 13, 2024 13:39
element를 #기준으로 split해서 맨 앞 요소를 rendering
- Implemented `UserDetailView` for user information retrieval and update.
- Implemented `FriendDetailView`:
- Created `FriendRequestSerializer` for managing friend requests.
- Updated Swagger documentation to correctly define request bodies and responses for friend APIs.
mounted를 observable로 포함시키고 그에따른 수정
fetch 범위 밖에 있던 filter 함수를 범위 안으로 옮겨서 해결
- 기능에 따라 모든 요청의 port 번호를 80으로 변경
- docker-compose.yml로 실행 시 80 포트가 아닌 5173 포트로 리다이렉트되는 문제가 있기 때문에 OAuth 변경이 필요함
Copy link
Member

@minseok128 minseok128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

곧 제 브랜치에 머지하면서 꼼꼼히 리뷰하겠습니다.

@minseok128 minseok128 merged commit fed1a51 into main Aug 17, 2024
2 checks passed
@seonjo1 seonjo1 deleted the feat/implement-user-and-friends-apis branch August 20, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants