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

[개선] 공지사항 파일 등록 #109

Merged
merged 15 commits into from
Jul 27, 2024
Merged

[개선] 공지사항 파일 등록 #109

merged 15 commits into from
Jul 27, 2024

Commits on Jul 21, 2024

  1. feat(#107): fileUrl 컬럼 추가

    - 공지사항에 파일 Url을 등록할 수 있도록 컬럼을 추가했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    83c5ae7 View commit details
    Browse the repository at this point in the history
  2. feat(#107): DTO 수정

    - 공지사항에 파일 Url을 등록할 수 있도록 DTO fileUrl을 추가했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    d1256af View commit details
    Browse the repository at this point in the history
  3. perf(#107): CreateNoticeUseCase수정

    - 공지사항에 파일 Url을 등록할 수 있도록 UseCase를 수정했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    469ed75 View commit details
    Browse the repository at this point in the history
  4. feat(#107): folderConstant 추가

    - NOTICE_FILE을 추가했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2f75ff5 View commit details
    Browse the repository at this point in the history
  5. perf(#107): update 메서드 수정

    - fileUrl을 받도록 변경했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    68adb1e View commit details
    Browse the repository at this point in the history
  6. feat(#107): file 업로드 메서드 추가

    - 메서드를 추가했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e67aa43 View commit details
    Browse the repository at this point in the history
  7. fix(#106): NotBlank 삭제

    - fileUrl을 안넣을 수도 있기 때문에 NotBlank를 삭제했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    ff9ad9e View commit details
    Browse the repository at this point in the history
  8. perf(#106): NoticeResponse 수정

    - FileUrl이 나오도록 수정했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6f2fc16 View commit details
    Browse the repository at this point in the history
  9. perf(#106): UpdateNoticeUseCase 수정

    - FileUrl도 받도록 수정했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    999b5cf View commit details
    Browse the repository at this point in the history
  10. feat(#106): UploadFileUseCase 추가

    - 공지 파일을 만드는 유즈케이스를 추가했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b2b15a2 View commit details
    Browse the repository at this point in the history
  11. test(#106): UploadFileUseCase 테스트

    - 파일 업로드 테스트 코드를 작성했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    6503e7f View commit details
    Browse the repository at this point in the history
  12. test(#106): UploadFile 테스트 코드 작성

    - 파일 업로드 유즈케이스 및 컨트롤러 테스트 코드를 작성했어요.
    - 원래 공지사항을 생성, 조회, 수정하는 테스트에 formUrl을 넣어 수정했어요.
    - NoticeFixture에 formUrl을 넣도록 수정했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    e864a40 View commit details
    Browse the repository at this point in the history
  13. docs(#106): notice.adoc 추가

    - formUrl과 관련된 내용을 문서에 추가했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b82af99 View commit details
    Browse the repository at this point in the history
  14. fix(#106): 버킷 파일이름을 원본 파일이름으로 저장하도록 변경

    - 유저의 uuid로 저장하면 하나의 파일밖에 저장하지 못한다는 점 때문에 파일이름으로 변경했어요.
    jyj1289 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    3260df7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. fix(#106): 공지사항 파일을 버킷에 등록시 파일이름을 uuid로 수정

    - 파일이름으로 저장을 하였을 때, 동일한 파일이 등록되면 덮어쓰기가 되는 오류가 있어 uuid로 저장하도록 변경했어요.
    junghongseop committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    228654a View commit details
    Browse the repository at this point in the history