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] 타임 블록 생성 #34

Merged
merged 39 commits into from
Jul 11, 2024
Merged

[FEAT] 타임 블록 생성 #34

merged 39 commits into from
Jul 11, 2024

Conversation

Chan531
Copy link
Contributor

@Chan531 Chan531 commented Jul 10, 2024

✨ Related Issue

📝 기능 구현 명세

image

  • 타임 블록 생성

image

  • 타임 블록 DB

image

  • 문서 DB

🐥 추가적인 언급 사항

  • 현재 회원, 팀 관련 로직이 구현되어있지 않기 때문에 더미 데이터를 통해 테스트하였습니다.
  • 마찬가지로 Security 관련 로직이 완전하지 않기 때문에 테스트를 할 때는 SecurityConfig에서 permitAll(), Principal을 주석 처리하고 memberId를 PathVariable로 넣어주고 테스트하였습니다. -> 근데 그냥 memberId = 1L로 하면 됐네요..
  • Doucment에서 휴지통 기능을 위해 deletedDate라는 컬럼을 가지고 있는데 문서 삭제가 될 때 status가 DELETED로 바뀌고 deletedDate가 설정되는 로직입니다. 때문에 deletedDate가 문서 삭제가 되기 전까지 null이라는 데이터를 가지고 있는 상황인데 더 좋은 방법이 있을 지 고민해주시면 감사하겠습니다.
  • MEMBER, EXECUTIVE의 권한을 체크하는 방식에서 더 좋은 방식이 있는지 한 번 같이 고민해주시면 감사하겠습니다.

@Chan531 Chan531 added the feat 기능 label Jul 10, 2024
@Chan531 Chan531 requested a review from paragon0107 July 10, 2024 16:29
@Chan531 Chan531 self-assigned this Jul 10, 2024
Copy link
Contributor

@paragon0107 paragon0107 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
Contributor

@paragon0107 paragon0107 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!

@Chan531 Chan531 merged commit 8875de1 into develop Jul 11, 2024
1 check passed
@Chan531 Chan531 deleted the feat/#22-time-block branch July 11, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 타임블록 생성
2 participants