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

시험에 대한 이미지 업로드 기능 구현한다. #43

Merged
merged 8 commits into from
Jan 31, 2025
Merged

Conversation

alstn113
Copy link
Owner

연관된 이슈

작업 내용

  • Exam Image Entity 구현
  • Exam Image의 id는 UUID, 파일 이름을 id로 해서 저장함. 경로는 "images/${멤버 ID}/exams/${UUID.확장자}"
  • 시험에 대한 이미지 업로드 API 구현 및 테스트, 명세 작성
  • 시험 이미지 업로드 시 하나의 Transaction이나 실패 시 DB에서 지움

@alstn113 alstn113 changed the base branch from main to dev January 31, 2025 12:13
@alstn113 alstn113 merged commit 8fd5443 into dev Jan 31, 2025
2 checks passed
@alstn113 alstn113 deleted the feat/#40 branch January 31, 2025 12:15
@alstn113 alstn113 mentioned this pull request Feb 2, 2025
alstn113 added a commit that referenced this pull request Feb 2, 2025
* feat: ExamImage Entity 작성

* feat: Exam Image 테이블 생성 sql 작성

* feat: servlet max file size

* refactor: exam image의 id를 uuid로 변경

* feat: 시험 지문에 사용될 이미지 업로드 기능 구현

* feat: upload image 컨트롤러 응답 dto 구현

* feat: 시험 지문 이미지 업로드 기능 테스트 코드 작성

* feat: 시험 지문 이미지 업로드 기능 명세서 작성
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.

시험 지문에 이미지를 추가할 수 있다.
1 participant