Create bulk delete tool
I have an event for which there are 130 sessions, and I got some data wrong upon import that necessitates a re-import of all those sessions (this is where the suggestion I made to make the Session Importer also an Updater for existing session records). So I first have to delete the sessions, but doing 130 at a time is making Stratus stall out (really I just get the ~spinning circle mouse icon) for a long time, making it look like it's going to crash. I typed this while waiting, but I also lost DB connectivity during that time, which makes me worried about whether or not the job actually completed successfully. In the end, the Sessions did disappear.
I am setting up for an 800-session team picture job, and I'll have 6x the wait and worry if for some reason I have to delete all the session records before importing. For this reason, I think some kind of bulk delete tool that could just show a progress bar or something like that would be helpful. We had a similar issue with first Entagged ingest where eventually system stalled out after only ingesting partial number of images, but that was fixed with just process optimization. So maybe it's also possible to somehow optimize the existing delete function without adding a new tool.