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/#13] 폴더 CRUD 기능 구현 #16

Merged
merged 7 commits into from
Oct 19, 2024
Merged

[Feat/#13] 폴더 CRUD 기능 구현 #16

merged 7 commits into from
Oct 19, 2024

Conversation

daeun084
Copy link
Contributor

#️⃣ 관련 이슈

💡 작업내용

  • 폴더 생성 기능 구현
    • 폴더명 중복 검사
  • 폴더명 수정 기능 구현
    • 폴더명 중복 검사
    • 15자 이내
  • 폴더 리스트 조회 기능 구현
    • 생성 순 정렬
    • FolderRepository.findFolderListDto() 함수를 통해 FolderDto에 대해 Projection하여 조회
  • 폴더 삭제 기능 구현

📸 스크린샷(선택)

📝 기타

(참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요)

  • User - Folder 간의 연관관계 설정이 추가로 필요할 것 같아, 해당 부분은 3차 스프린트 기간에 추가로 구현해두겠습니다

@daeun084 daeun084 added this to the 🚀 2th SPRINT milestone Oct 18, 2024
@daeun084 daeun084 requested a review from oosedus October 18, 2024 14:05
@daeun084 daeun084 self-assigned this Oct 18, 2024
@daeun084 daeun084 linked an issue Oct 18, 2024 that may be closed by this pull request
4 tasks
Copy link
Contributor

@oosedus oosedus left a comment

Choose a reason for hiding this comment

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

코드가 깔끔하고 좋네요-! 확인했습니당👍

@daeun084 daeun084 merged commit 991fd8e into develop Oct 19, 2024
@daeun084 daeun084 deleted the feat/#13 branch October 19, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 폴더 CRUD 기능 구현
2 participants