Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.35 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.35 KB

UI Screen capture

Screen Shot 2021-03-14 at 1 29 28 PM

파일 업로드 화면

  • CSV 파일 업로드시 보여지는 progress bar 화면. 중복으로 파일 업로드 방지를 위해 DB insert 완료시 까지 Drag & Drop 창을 숨긴다.

    Screen Shot 2021-03-14 at 4 09 33 PM

파일 업로드 성공 화면

  • 업로드한 파일이 DB에 성공적으로 Insert 되었을 시 업로드시킨 파일명, 파일의 레코드 수, DB Insert에 걸린 시간을 화면에 보여주며 다음 업로드가 가능하도록 Drag & Drop 창이 다시 표시.

    Screen Shot 2021-03-14 at 4 10 23 PM

CSV외 파일 업로드 화면

  • CSV파일로 업로드를 제한.

    Screen Shot 2021-03-14 at 4 11 56 PM

Create React App