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

[BE] Board 파일 업로드 기능 추가 #173

Merged
merged 2 commits into from
Nov 24, 2024
Merged

[BE] Board 파일 업로드 기능 추가 #173

merged 2 commits into from
Nov 24, 2024

Conversation

2Jin1031
Copy link
Collaborator

  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?

작업 내용

  • Board 엔티티 내 file 필드 수정
    • String file -> List<String> fileList
  • create, update 메서드 수정

스크린샷

Pasted Graphic Pasted Graphic 1

노션 링크: https://www.notion.so/Board-cbe98e5970d445fdb835033f8f77fc21?pvs=4

Closes #172

@2Jin1031 2Jin1031 added enhancement New feature or request 😄 BE labels Nov 24, 2024
@2Jin1031 2Jin1031 self-assigned this Nov 24, 2024
@urinaner
Copy link
Owner

고생하셧어요~ 다중파일 첨부 좋네요

@urinaner urinaner merged commit b2f5927 into main Nov 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😄 BE enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] Board 파일 업로드 기능 구현
2 participants