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

[front] 포트폴리오 항목 입력폼 (프로젝트) #70

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

hyunjung20222
Copy link
Contributor

@hyunjung20222 hyunjung20222 commented Dec 24, 2022

📋 상세 구현 내용

image

  • 포트폴리오 항목 중 프로젝트 입력 폼 구현
  • 공통 버튼 컴포넌트 생성, props 를 통해 함수, 변수 전달 가능하도록 설계
  • itemformsitem 일부 생성, 드랍 다운 / input / textarea / imageUpload 도 마찬가지로 props 가능하도록 설계
  • 프로젝트 입력 폼 관련 atom / type 지정
  • [To do] 이미지 여러 장 업로드

📌 전달 사항

  • 입력 폼에 입력 시 useState 를 통해 임시로 상태 값을 저장해둔 후 최종 저장 시 atom 을 변경
  • atom 에 저장된 값을 POST 요청을 통해 서버에 저장
  • 이미지 파일 업로드 시 초기화 되지 않는 문제 해결 필요

🪡 연관 이슈

@hyunjung20222 hyunjung20222 added the feature 새로운 기능 추가 label Dec 24, 2022
@hyunjung20222 hyunjung20222 self-assigned this Dec 24, 2022
@hyunjung20222 hyunjung20222 changed the title Feature/front/프로젝트 입력폼 구현 [front] 포트폴리오 항목 입력폼 (프로젝트) Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 새로운 기능 추가
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[front] 포트폴리오 항목 입력폼
1 participant