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

Manual analysis mode #11

Open
1 of 3 tasks
kasnerz opened this issue Nov 18, 2022 · 2 comments
Open
1 of 3 tasks

Manual analysis mode #11

kasnerz opened this issue Nov 18, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kasnerz
Copy link
Owner

kasnerz commented Nov 18, 2022

Add features which will facilitate manual error analysis:

  • generate a random sample from the dataset
  • bookmark interesting examples
  • write notes

There are two ways to do this:

  • easier: implement it in JS without any saving and force the user to export the data (the data would be lost after reloading the page)
  • harder: implement it using some sort of cookies / sessions / user accounts (to keep the data even after the app is reloaded or closed)
@kasnerz kasnerz added the enhancement New feature or request label Nov 18, 2022
@kasnerz
Copy link
Owner Author

kasnerz commented Jan 4, 2023

Initial work done in #27

@oplatek
Copy link
Collaborator

oplatek commented Feb 10, 2023

#69 persistent favourites.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants