SoK/2024/StatusReport/Israel Galadima
Appearance
< SoK | 2024/StatusReport
Download/Import of data sets from kaggle.com
Project Abstract
The purpose of this project is to extend LabPlot to download and import datasets from https://www.kaggle.com.
Weekly Progress
- Week 1 - 5
- Setup development environment
- Submitted a merge request [1] to introduce a small delay before reacting to the user typing in the datasets search box. This was to reduce the frequency of requests made to https://www.kaggle.com.
- Submitted a merge request [2] to introduce a small delay before reacting to the user typing in line edits in various dock widgets. This was to reduce the frequency of entries added to the application undo stack.
- Submitted a draft merge request [3] to refactor ImportDatasetWidget to accommodate new logic for downloading and importing datasets from https://www.kaggle.com.
- Week 6 - 10
- Pivoted to creating a separate widget and dialog for downloading and importing datasets from https://www.kaggle.com. Closed previous draft merge request [4].
- Submitted merge requests [5] [6] to fix issues in ImportDatasetDialog.
- Submitted draft merge request [7] to add ImportKaggleDialog and ImportKaggleWidget for downloading and importing datasets from https://www.kaggle.com.
- Updated draft merge request [8] to include line edit for collecting path to kaggle cli tool and added message box to warn the user when kaggle cli tool couldn't be run.