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] 그룹 생성 시 GroupAccessCode 생성 및 DB 저장 #526

Merged
merged 4 commits into from
Feb 3, 2024

Conversation

ldhbenecia
Copy link
Member

@ldhbenecia ldhbenecia commented Feb 1, 2024

설명

완료한 기능 명세

  • 그룹 생성 시 GroupAccessCode 생성 및 DB 저장
  • Access_Code를 이용하여 그룹에 대한 정보 반환 API 구현
  • 그룹 생성 시 해당 그룹 가입 처리
  • 그룹 생성 시 해당 승인 코드도 반환

스크린샷

기능 작업에 대한 스크린샷/화면 녹화 있을 경우 첨부하기

image image image

액세스 코드를 통한 그룹 정보 반환

image

현재 결과 멤버 카운트가 0으로 조회됨
그룹을 생성하고 그룹에 해당 방장이 insert가 되지 않는 현상으로 추정
그룹 생성하고 바로 그룹 가입 처리

image image image image

그룹 생성 시 승인 코드도 반환

image

리뷰 요청 사항

특별히 리뷰해 주었으면 하는 부분, 고민되는 부분 기재하기

@ttaerrim @js43o @LEEJW1953 프론트분들 확인 부탁드립니다.

@ldhbenecia ldhbenecia merged commit 54a320f into boostcampwm2023:develop Feb 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 그룹 생성 시 access_code를 생성하여 연결
3 participants