Open
Conversation
* AuthAPI 리팩 완료 * BookmarkAPI 리팩 완료 * CollectionAPI 리팩 완료
* unwrap 함수 단순화
이전에는 Swagger UI 기준으로 나눴으나, 여러 API에서 사용되는 DTO의 경우 폴더링하기 애매하여 DTO 폴더링 기준을 도메인 기준으로 나누는 것으로 변경하였음.
fetchCreatedCollections
[refactor] Data 계층 리팩토링
[refactor] Domain 계층 리팩토링
[refactor] Presentation 계층 리팩토링
This was
linked to
issues
Feb 9, 2026
* 로딩 중에 컬렉션 끝 도달 시 empty cell 보이던 버그 수정 * 컬렉션 1회 요청 시 받아오는 컬렉션 수 3 -> 5 조정
This file contains hidden or 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
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.
🎯 Related Issues
📋 Description
주요 변경사항
DTO
API
Service
Repository
Entity
UseCase
callAsFunction으로 다 만들어서 객체 변수 자체를 함수처럼 사용하도록 변경했습니다.Presentation
💬 To Reviewers