-
Notifications
You must be signed in to change notification settings - Fork 0
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
공유 보관함 잠금 기능 #176
Labels
Comments
folder에 있는 shared 컬럼을 통하여 잠금 기능을 구현하도록 하면 어떨까?
ENUM으로 사용하고, 추가될 컬럼이 없는지 회의해볼 것. INVITE -> 초대 링크를 추가할 때. 만약 그러면 CLOSED 상태에서 다시 변경하는 경우에는 이전 상태로 복원이 되어야하죠? -> 맞음 |
만약에 이메일 초대의 경우에는 그냥 사용자가 도토리함 첫 화면 들어왔을 때 알림이 가는 게 나은지 아니면 이메일을 직접 보내는 게 나은지? |
Ji-Ha
added a commit
that referenced
this issue
Aug 16, 2022
Ji-Ha
added a commit
that referenced
this issue
Aug 16, 2022
…Web-Team-2-Backend into feature/#176-공유_보관함_잠금_기능
Ji-Ha
added a commit
that referenced
this issue
Aug 16, 2022
- SharedType에서 잠금해제 하는 기능 추가 - 폴더를 OPEN/INVITE/INVITE_AND_OPEN 상태로 변경하도록 하는 기능 추가 - ENUM 타입을 데이터베이스에 저장할 때 String 으로 저장할 수 있도록 수정 - 초대를 수락할 때, 보관함의 공유 상태확인 로직 추가 - 비회원이 보관함을 조회할 때, 보관함의 공유 상태확인 로직 추가
Ji-Ha
added a commit
that referenced
this issue
Aug 21, 2022
Ji-Ha
added a commit
that referenced
this issue
Sep 20, 2022
- SharedType 구성 변경 - 보관함 잠금/해제 로직 변경 - ENUM 타입에 맞게 공유 링크 생성하도록 변경 - 링크를 통한 북마크 조회 변경 - 초대링크를 통한 공유보관함 초대 로직 변경
Ji-Ha
added a commit
that referenced
this issue
Sep 20, 2022
Ji-Ha
added a commit
that referenced
this issue
Sep 26, 2022
[#176] 공유보관함 잠금/해제 기능 변경 & 링크 생성 API 변경
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
보관함 잠금
The text was updated successfully, but these errors were encountered: