chrisamccoy / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 1 forks source link

Feature: Batch deletion #549

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Since we programmatically uploads data to refine, the project list becomes 
loaded quickly.

So far I have to write a program to delete them in a batch.  Not sure if that's 
something that you can consider to built-in?

Original issue reported on code.google.com by chen...@gmail.com on 13 Mar 2012 at 6:34

GoogleCodeExporter commented 8 years ago
Since you're creating them programmatically, deleting the projects 
programmatically sounds like a reasonable approach.

Are you looking for a convenience function to make it easier to delete them in 
a batch or a UI enhancement which would allow the user to delete a large number 
(all?) projects.  Since it is a destructive operation, I'm not sure having the 
user have to spend a little time and confirm the deletions individually is such 
a bad thing.

Original comment by tfmorris on 13 Mar 2012 at 3:08