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

Datasets tab for sketch editor #8

Open
daemontus opened this issue Jun 29, 2023 · 3 comments
Open

Datasets tab for sketch editor #8

daemontus opened this issue Jun 29, 2023 · 3 comments
Milestone

Comments

@daemontus
Copy link
Member

Datasets represent various types of observations. Here, we can import these from tabular data formats and label/group them. For now, we assume that datasets fit into memory, but ideally we should have a path towards storing them on disk, especially if we add support for things like binarisation workflows and pre-processing later.

@daemontus daemontus added this to the 1.0.0 milestone Jun 29, 2023
@ondrej33
Copy link
Member

The working prototype was started by #29 and finished by #31. Few details remain, such as removing datasets and making all current events reversible.

@ondrej33
Copy link
Member

Dataset removal and some other issues were fixed by #38. There is currently a bug in the dataset loading that we should address - when closing the dataset dialogue (instead of confirmation), it breaks the application state.

@ondrej33
Copy link
Member

The dataset tab was largely refactored in PRs up to #53. The UI now supports more options for dataset editing, bugs were fixed, and the backend was refactored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants