[feature/Inhabas#234] 첨부파일 분류 기능 구현 #236
Merged
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.
게시판 단일 조회 시 첨부파일들을 썸네일, 이미지, 기타파일로 분류하는 기능 구현
게시판 단일 조회 시 첨부파일들을 썸네일, 이미지, 기타파일로 분류할 수 있습니다. 이를 구현하기 위해 ClassifiedFiles와 ClassifyFiles 클래스를 생성했습니다. 사용법은 아래와 같습니다.
ClassifyFiles
게시판 생성 시 혹은 게시판 수정 시 files 에 있는 첨부파일을 썸네일, 이미지 목록. 이미지가 아닌 기타 파일 목록으로 분류합니다. 분류가 되면 썸네일, 이미지 리스트, 기타 파일 리스트로 분류되어 ClassifiedFiles 객체에 저장이 됩니다.
ClassifiedFiles
ClassifyFiles에 의해 분류된 썸네일, 이미지 목록, 기타 파일 목록이 저장되는 공간입니다.
사용 예시: ContestBoard의 서비스 구현부