Skip to content

Conversation

Chan531
Copy link
Contributor

@Chan531 Chan531 commented Nov 19, 2024

✨ Related Issue

📝 기능 구현 명세

🐥 추가적인 언급 사항

  • 테스트 완료했습니다!
  • 중복 로직 관련 논의 사항은 슬랙 참고해주세요!
  • 파일 업로드는 원래 아이디를 리스트로 만들어 응답했는데 필요가 없을 거 같아 클라와 논의 후 없앴습니다.

teamId와 foderId가 url에 드러나도록 수정
중복된 파일 이름이 존재한다면 예외 발생
teamId와 folderId가 url에 드러나도록 수정
중복된 폴더 이름이 존재한다면 예외 발생
대문자 시작 메소드 소문자로 수정
@Chan531 Chan531 requested a review from paragon0107 November 19, 2024 08:02
@Chan531 Chan531 self-assigned this Nov 19, 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.

고생하셨습니다!.
추가적으로 현재 데이터베이스 상에서는 따로 유니크 작업이 안되어 있는걸로 아는데 동시성 이슈로 인해 유니크 제약 조건을 걸어야 할 것 같습니다. 다른 기능들도 마찬가지이고 현재 폴더및 파일 기능에서 또한, Path + 폴더 네임으로 복합 유니크 제약 조건을 걸어놔야 할 것 같습니다!

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 261a6a4 into develop Nov 22, 2024
1 check passed
@Chan531 Chan531 deleted the feat/#175-file-folder branch November 22, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 파일 및 폴더 이름 중복 체크

2 participants