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

feat: 파일 관리 API 추가 완료 #54

Merged
merged 5 commits into from
Oct 6, 2024
Merged

feat: 파일 관리 API 추가 완료 #54

merged 5 commits into from
Oct 6, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Oct 6, 2024

Summary

#52

파일 업로드 후 서버에 저장된 파일을 조회하고, 필요 시 삭제할 수 있는 API 기능을 추가했습니다. 이를 통해 관리자가 업로드된 파일을 확인하고 관리할 수 있는 기능을 제공합니다.

Tasks

  • 파일 조회 API 추가

    • 서버에 업로드된 파일의 리스트를 조회할 수 있는 API를 구현했습니다.
    • 응답에는 파일의 메타 정보(파일명, 파일 크기, 업로드 날짜 등)를 포함하여 사용자가 파일의 상태를 쉽게 파악할 수 있도록 했습니다.
  • 파일 삭제 API 추가

    • 업로드된 파일을 삭제할 수 있는 API를 구현했습니다.
    • 삭제 요청 시, 해당 파일이 존재하는지 확인한 후, 파일과 관련된 메타 데이터를 안전하게 삭제하는 로직을 추가했습니다.
    • 파일이 존재하지 않을 경우 적절한 예외 처리를 통해 오류 메시지를 반환하도록 설계했습니다.

@limehee limehee added the ✨ Feature 새로운 기능 명세 및 개발 label Oct 6, 2024
@limehee limehee self-assigned this Oct 6, 2024
@limehee limehee linked an issue Oct 6, 2024 that may be closed by this pull request
2 tasks
@limehee limehee merged commit d92265c into develop Oct 6, 2024
4 checks passed
@limehee limehee deleted the feat/#52 branch October 6, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 명세 및 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

파일 관리 API 추가
1 participant