-
Notifications
You must be signed in to change notification settings - Fork 1
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
3주차 Backend API 구현 #132
Merged
Merged
3주차 Backend API 구현 #132
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: unique 옵션 제거 - communityId: unique 옵션 제거 - 같은 커뮤니티에서 이름이 같은 채널이 생기는 것은 service 레이어에서 예외처리
- 생성시, managerId user정보에 communities 업데이트 필요
- manager: unique 속성 삭제 (사용자는 여러 채널의 관리자가 될 수 있다.)
- 이미 커뮤니티 속해있는지 검증 - 사용자 검증 후 사용자 document update - 사용자 document 내부 커뮤니티 schema 변경에 대한 수정
- 사용자 document에서 커뮤니티 정보를 받아옴 - 커뮤니티 id 별로 실제로 존재하는지 검증 - 사용자 document의 채널들이 각 커뮤니티에 속한 채널인지 확인 - 채널 별 유효한 채널인지 검증 - 최근 접근 시간과 마지막 message 전송 시간 비교 logic 구현
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issues
Auth
Channel
Community
🤷♂️ Description