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

[jobBoard] 구인 게시글 CRUD #60

Closed
4 tasks done
daeundada opened this issue Jun 12, 2024 · 0 comments · Fixed by #59, #76, #115, #119 or #154
Closed
4 tasks done

[jobBoard] 구인 게시글 CRUD #60

daeundada opened this issue Jun 12, 2024 · 0 comments · Fixed by #59, #76, #115, #119 or #154
Assignees
Labels
enhancement New feature or request

Comments

@daeundada
Copy link
Member

daeundada commented Jun 12, 2024

개요

  • 이 이슈는 구인 게시글 CRUD 에 대한 것입니다.

요구사항

  • 게시글 생성, 수정 할때 S3에 이미지를 업로드 할 것
  • 게시글 삭제시 S3에 이미지도 자동으로 삭제 할 것
  • 이미지 정보를 게시글 정보와 분리해서 관리할 것

구현 항목

  • 구인 게시글 CRUD
  • 게시글 생성, 수정 할때 S3에 이미지를 업로드
  • 게시글 삭제시 S3에 이미지도 자동으로 삭제
  • BoardImage를 따로 만들어서 이미지 정보를 분리해서 관리

기대 효과

  • 게시글 작성시 이미지와 글을 같이 넣어서 글을 생성 할 수 있음

API 명세서

스크린샷 2024-06-13 오전 12 59 54 스크린샷 2024-06-13 오전 1 00 38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment