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

Must be able to download over 1000 original data #1095

Closed
AnnieHwang opened this issue Dec 17, 2018 · 5 comments
Closed

Must be able to download over 1000 original data #1095

AnnieHwang opened this issue Dec 17, 2018 · 5 comments
Assignees
Labels
bug Something isn't working @dashboard Component Name : Dashboard / Chart
Milestone

Comments

@AnnieHwang
Copy link
Contributor

AnnieHwang commented Dec 17, 2018

Is your feature request related to a problem? Please describe.
현재 대시보드 내 차트 위젯안에서 원본데이터를 다운로드 받을 수 있는 기능이 있지만, 현재 1000건에 대해서만 다운로드 받을 수 있음. 현재 대시보드 내 데이터소스 (원본) 다운로드는 10만건을 다운로드 받을 수 있음으로, 차트 위젯 내 원본데이터도 10만건은 다운로드 받을 수 있어야 함

Describe the solution you'd like
1.aggregation, origin data 모두 10만건이상 다운로드 되어야 함
image

2.레이블 상에 백만 (1 million) 데이터를 다운로드 받을 수 있다고 해서.. 백만 ROW라고 생각되지만, 사실상 1000건뿐이 다운로드 되지 않음.(데이터 용량인지 - 용량이면 byte 명시, ROW갯수 인지 - ROW를 명시) @minjung-cho 레이블 수정이 필요한것 같습니다. (대시보드 내 데이터소스 다운로드 부분도 동일하게 변경 부탁드립니다)
image

@AnnieHwang AnnieHwang added the @dashboard Component Name : Dashboard / Chart label Dec 17, 2018
@kyungtaak kyungtaak added the bug Something isn't working label Dec 17, 2018
@kyungtaak kyungtaak added this to the 3.2.0 milestone Dec 17, 2018
@kyungtaak
Copy link
Contributor

@alchan-lee 해당이슈를 함께 확인 부탁드립니다.

@eltriny eltriny self-assigned this Dec 19, 2018
@AnnieHwang
Copy link
Contributor Author

@minjung-cho @kyungtaak 레이블은 논의해봤는데요. 데이터가 1000건 이하이면 경고문구가 안 나오고. 1000건 이상일때 rows 명시해서 문구 나오는걸로 변경하기로 논의했습니다. 정확한건 기획자분이 답글 한번 더 달아주실것 같습니다.

@minjung-cho
Copy link

minjung-cho commented Dec 19, 2018

아래와 같이 정리했습니다! 원문서에도 업데이트 하겠습니다.

2018-12-19 4 34 23

한)
최대 100,000 건(rows)까지 다운로드됩니다.
100,000 건(rows) 이상의 데이터는 관리자에게 문의해 주세요.

영)
Able to download up to 100,000 rows.
Please contact your administrator for above 100,000 rows.

@AnnieHwang
Copy link
Contributor Author

@kyungtaak @alchan-lee @minjung-cho 기획에서 좀 착각을 했는데.. 현재 대시보드 내 데이터소스 다운로드 시 100만건을 다운로드 가능하기 때문에, 이 부분에서도 전체 데이터가 다 다운로드 받아지면 좋겠지만... 성능상 문제가 있다면 되도록이면 100만건이 다운로드 받아지면 좋을 것 같습니다 (10만건 다운로드 받아진다고 착각했어요 ㅠㅠ)

따라서 문구를 아래와 같이 변경 하고 기능도 100만건 다운로드 받아지도록 변경해야 할 것 같습니다.

한)
최대 1,000,000 건(rows)까지 다운로드됩니다.
1,00,000 건(rows) 이상의 데이터는 관리자에게 문의해 주세요.

영)
Able to download up to 1,00,000 rows.
Please contact your administrator for above 1,00,000 rows.

번거롭게 해드려 죄송합니다

@alchan-lee
Copy link
Contributor

fixed on 3.1.1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @dashboard Component Name : Dashboard / Chart
Projects
None yet
Development

No branches or pull requests

5 participants