tabgenie icon indicating copy to clipboard operation
tabgenie copied to clipboard

Manual analysis mode

Open kasnerz opened this issue 3 years ago • 2 comments

Add features which will facilitate manual error analysis:

  • [ ] generate a random sample from the dataset
  • [x] 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 avatar Nov 18 '22 09:11 kasnerz

Initial work done in #27

kasnerz avatar Jan 04 '23 17:01 kasnerz

#69 persistent favourites.

oplatek avatar Feb 10 '23 16:02 oplatek