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

상품 등록시 사용자가 쉽게 알 수 있도록 모달을 생성 및 리스트 등록[enhancement] #71

Open
6 tasks
GiPyoo opened this issue Dec 6, 2019 · 0 comments
Labels
feature New feature or request

Comments

@GiPyoo
Copy link

GiPyoo commented Dec 6, 2019

기능 제안 (Feature Request)

기능 요약

현재 상품 등록 기능이 완전하지 않아 상품 목록에 반영 되지 않은 것 같습니다. 등록을 하면 리스트에 보이면 좋을 것 같습니다.

기능 배경

상품의 이름 가격 사진 설명을 입력한 후에 등록을 누르면 어떤 인터렉션도 없어서 등록을 했는지 알 수 없었고 실제 리스트에 반영된 것 같지 않습니다. 기능 등록이 되면 좋을 것 같습니다.

원하는 결과

등록을 누르면 팝업 혹은 모달로 등록이 완료 되었다는 창이나오고 일정 시간이 지나면 (충분히 짧은) 상품 리스트로 가면 좋을 것 같습니다.

원하는 결과를 위한 방법 제시

const [on, setOn] = useState(false)

function uploadHandler (event){
// 파일을 업로드하는 페치 요청
    setOn(true)
    setTimeout(()=>{
        window.location.href("상품 리스트")
    }, 1000)

}

체크리스트

  • 해당 이슈와 유사한 선행 이슈가 없는 것을 확인 하였는가
  • 해당 이슈가 프로젝트의 목적과 부합되는가
  • 이슈 제목은 직관적인가
  • 제 3자가 봤을 때 추가적인 질문 없이 이슈를 이해할 수 있는가
  • 적절한 라벨을 추가하였는가
  • 모든 필수 항목을 작성하였는가
@sukjae sukjae added the feature New feature or request label Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants