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/#295 db에 문서가 저장되지 않는 문제 수정 #297

Conversation

hyonun321
Copy link
Collaborator

📝 변경 사항

image
image

  • 서버 <-> 몽고DB가 저장되지 않는 현상을 수정했습니다.
  • 클라이언트 <-> 서버와 실시간 사용자수, workspace정보를 주고받으면서 DB스키마가 바뀌었습니다.
  • 이에따라 mongoDB에 저장되는 데이터 타입도 수정하였고, invite등의 정보를 수정하였습니다.

🔍 변경 사항 설명

  • DB스키마에서 AuthUser(권한)를 workspace단에서는 {}객체(userId: "editor")로, user에서는 접근 가능한 workspace정보로 배열로 관리했습니다. [ 0:(workspaceId)]

🙏 질문 사항

  • 추후 배포서버에서 제대로 저장이 되나 확인 부탁드립니다!

📷 스크린샷 (선택)

  • UI 변경이 있는 경우 스크린샷이나 GIF를 첨부합니다.

✅ 작성자 체크리스트

  • Self-review: 코드가 스스로 검토됨
  • Unit tests 추가 또는 수정
  • 로컬에서 모든 기능이 정상 작동함
  • 린터 및 포맷터로 코드 정리됨
  • 의존성 업데이트 확인
  • 문서 업데이트 또는 주석 추가 (필요 시)

@hyonun321 hyonun321 added BE 백엔드 작업 P1 긴급/즉시 반영 labels Dec 4, 2024
@hyonun321 hyonun321 self-assigned this Dec 4, 2024
Copy link
Member

@pipisebastian pipisebastian left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!!!

Copy link
Collaborator

@Ludovico7 Ludovico7 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@github-actions github-actions bot merged commit d58d9e7 into dev Dec 4, 2024
4 checks passed
@pipisebastian pipisebastian deleted the Feature/#295_DB에_문서가_저장되지_않는_문제_수정 branch December 5, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 작업 P1 긴급/즉시 반영
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants