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

[FEATURE] 그룹 참여코드를 이용한 링크 가입 처리 #520

Open
1 task
ldhbenecia opened this issue Jan 29, 2024 · 0 comments
Open
1 task

[FEATURE] 그룹 참여코드를 이용한 링크 가입 처리 #520

ldhbenecia opened this issue Jan 29, 2024 · 0 comments

Comments

@ldhbenecia
Copy link
Member

ldhbenecia commented Jan 29, 2024

이슈 설명

  • 참여코드 해싱으로 알아서 만들어서 링크까지 생성

  • 그룹 가입 링크 생성

    ex) https://morak.io/join/group?access_code=abcd
    
    1. ERD 설계 완료
    2. Prisma 새 테이블 추가 및 적용 완료
    3. 그룹을 생성할 때 access_code도 생성하여서 심을 것
      1. 그룹장 설정, 참여코드, 그룹 타입(Public(공개), Private(준비공개)) 설정
    4. 해당 그룹에 심어진 참여코드를 토대로 링크를 생성
      1. 이 링크는 위의 예시대로 쿼리를 사용하여 링크를 생성
        1. 링크를 클릭하였을 시 클라이언트단에서 그룹 가입 신청 POST 요청
        2. 저 링크에 대한 것은 프론트분들께서 작업 필요
      2. 해당 참여코드와 이어진 그룹 페이지로 이동되어야 함

체크 리스트

  • ...

기타

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