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

프로젝트 업로드 기능 구현 #4

Closed
7 tasks done
Sehee-Lee-01 opened this issue Feb 6, 2024 · 0 comments · Fixed by #26 or #59
Closed
7 tasks done

프로젝트 업로드 기능 구현 #4

Sehee-Lee-01 opened this issue Feb 6, 2024 · 0 comments · Fixed by #26 or #59
Assignees
Labels

Comments

@Sehee-Lee-01
Copy link
Member

Sehee-Lee-01 commented Feb 6, 2024

📑 Description

프로젝트를 소개하는 게시글을 저장하는 기능

✨필수✨ 저장 with 타입

  • 제목 → String
  • 개요 → String
  • 기술 스택 → List<Skill>
    • Skill이 가지는 정보
      • 스킬 id(Long)
      • 스킬 이미지 url(URL)
      • 스킬 이름(String)
      • 스킬 분야(FieldType(Enum))
    • 기술 스택은 옵션들을 제공 (다중선택)
    • 기술 스택은 분야별(ex. 프론트, 백, 디자인, 협업툴)로 구분할 수 있다.
    • 기술 스택 데이터를 미리 저장하거나 외부 API 요청하는 방법을 생각해보기
  • Github(공개 레포) url → URL
  • 썸네일 이미지 url → URL

👀선택👀 저장 with 타입

  • 배포 링크 → URL
  • 팀원 → List<Member>
    • Member가 가지는 정보
      • 멤버 id(Long): 유저 id와 별개
      • 멤버
    • 팀원은 회원 / 비회원 모두 추가 가능
    • 팀원의 역할은 사용자가 자유롭게 작성
  • 진행 시기 → Duration -> YearMonth
  • 서비스 이미지 url → URL
  • 시연 영상 url → URL

📌 To Do

💬 Comment

🚀이거 하면 백엔드 마스터 되면 좋겠다

@Sehee-Lee-01 Sehee-Lee-01 self-assigned this Feb 6, 2024
@Sehee-Lee-01 Sehee-Lee-01 added this to the 1차 스프린트 milestone Feb 6, 2024
Sehee-Lee-01 added a commit that referenced this issue Feb 13, 2024
@Sehee-Lee-01 Sehee-Lee-01 linked a pull request Feb 13, 2024 that will close this issue
4 tasks
@Sehee-Lee-01 Sehee-Lee-01 linked a pull request Feb 20, 2024 that will close this issue
1 task
Sehee-Lee-01 added a commit that referenced this issue Feb 22, 2024
# Conflicts:
#	src/main/java/sixgaezzang/sidepeek/projects/dto/response/MemberSummary.java
#	src/main/java/sixgaezzang/sidepeek/projects/service/ProjectService.java
Sehee-Lee-01 added a commit that referenced this issue Feb 22, 2024
 프로젝트 게시글 저장 api 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant