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

Some UX improvements when creating datasets with multiple file uploads. #1631

Closed
minjung-cho opened this issue Mar 11, 2019 · 6 comments
Closed
Assignees
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Milestone

Comments

@minjung-cho
Copy link

minjung-cho commented Mar 11, 2019

Problem
(한)

  1. 멀티 파일 업로드 후, 추가 파일 업로드가 불가능함.
  2. 업로드한 파일을 초기화 할 수가 없어서 팝업을 닫았다가 열어야 하는 불편함이 있음.
  3. 파일 업로드 후, 2단계에서 리스트 선택 과정을 한번 더 거쳐야 해서 불편함.
  4. 멀티 파일 중 일부의 데이터셋 생성에 실패한 경우, 어떤 파일이 생성되지 않았는지 확인할 수 없음.
    5. 싱글 파일일 경우, 3단계에 멀티 파일 용 UI가 적용되어 있음.Edit dataset immediately after creation in Prep #1516 에서 진행

(Eng)

  1. After uploading multiple files, additional files can not be uploaded.
  2. I can not initialize the uploaded file, so I have to close and open the popup.
  3. After uploading the file, it is inconvenient to go through the list selection process again in Step 2.
  4. If the dataset generation of some of the multi-files fails, we can not confirm which file was not created.
    5. In case of single file, the multi-file UI is applied in step 3.Edit dataset immediately after creation in Prep #1516

Solution
(한)

  1. 1단계에서 추가 업로드 기능 진행. Multi file import function and large file upload function in prep #1515 기획 및 디자인 참조.
  2. 1단계에서 업로드한 파일 초기화 버튼 필요. (파일 업로드 초기 상태로 돌아가기)
    스크린샷 2019-03-13 오후 3 51 41
  3. 2단계에서 모든 데이터셋 리스트를 체크한 상태를 초기 상태로 함.
  4. 3단계 Done 시, 생성 실패한 파일의 이름을 에러 메시지에 보여줌.
    -- detail : 생성에 실패한 데이터셋이 있는 경우, 랜딩화면에서 에러 토스트 출력. ☞[031.0] ‘n개의 데이터셋 생성에 실패하였습니다. (데이터셋 이름, 데이터셋 이름...)
    5. 싱글 파일일 경우에는 테이블 형태가 아닌, 기존의 싱글 파일 용 UI를 사용해야 함.Edit dataset immediately after creation in Prep #1516 에서 진행

(Eng)

  1. Proceed with additional upload function in step 1. See # 1515 Planning and Design.
  2. You need to reset the file you uploaded in step 1. (Return to the initial state of file upload)
  3. In step 2, all data set lists are checked and initialized.
  4. When step 3 is done, the name of the file that failed to be created is displayed in the error message.
    -- detail: Error toast output on landing screen if there is a dataset that failed to generate. ☞ [031.0] n dataset creation failed. (Dataset name, dataset name ...)
    5. In case of single file, you should use existing single file UI instead of table format.Edit dataset immediately after creation in Prep #1516

Alternatives
None

Additional context
#1515

@minjung-cho minjung-cho added the @dataprep Component Name : Data preparation label Mar 11, 2019
@minjung-cho minjung-cho self-assigned this Mar 11, 2019
@joohokim1 joohokim1 self-assigned this Mar 12, 2019
@joohokim1 joohokim1 added the enhancement Request Change and Feature Enhancement label Mar 12, 2019
@joohokim1 joohokim1 added this to the 3.2.0 milestone Mar 12, 2019
@minjung-cho minjung-cho added the awaiting feedback need to feedback label Mar 13, 2019
@joohokim1
Copy link
Contributor

@minjung-cho @AnnieHwang

  1. 1단계에서 추가 업로드 기능 -> 업로드가 진행되고 있을 때엔 추가 업로드가 불가능함을 명시해야 할 듯 (이 이유때문에 추가 업로드를 지원하지 않겠다고 결론이 났었음) 반대로 현재 진행되고 있는 업로드가 완료되면, 추가로 업로드 가능이라고 하는 것도 괜찮습니다.
  2. 리셋 버튼 좋습니다.
  3. 좋습니다.
  4. 좋습니다.

@joohokim1 joohokim1 removed the awaiting feedback need to feedback label Mar 13, 2019
@minjung-cho
Copy link
Author

@minjung-cho @AnnieHwang 1번 내용 기획서 보와해서 본문에 다시 올려두었습니다. 디자인 진행합니다~

@koeun222
Copy link

@AnnieHwang

  • 상단 타이틀영역 추가 / reset 버튼 추가
  • 파일 업로드 진행중인경우 추가 업로드영역 dim (opacity 30%)
    image

@joohokim1
Copy link
Contributor

@koeun222 @minjung-cho @AnnieHwang

전 좋습니다.

@sang-hee-lee
Copy link
Contributor

4.번 기능도 #1516 에서 처리하겠습니다.

sang-hee-lee added a commit that referenced this issue Mar 18, 2019
sang-hee-lee added a commit that referenced this issue Mar 20, 2019
sang-hee-lee added a commit that referenced this issue Mar 20, 2019
kaypark-skt pushed a commit that referenced this issue Mar 20, 2019
…uploads. (#1668)

* #1631 create dataset (add upload file, reset, default select)

* #1631 fix file drag event

* #1631 modify button name(reset)

* #1631 delete log
@joohokim1
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@dataprep Component Name : Data preparation enhancement Request Change and Feature Enhancement
Projects
None yet
Development

No branches or pull requests

5 participants