openworm / org.geppetto

Geppetto is an open-source platform to build web-based applications to visualize and simulate neuroscience data and models.
http://geppetto.org
Other
209 stars 50 forks source link

Add confirm dialog to Delete experiment button #538

Closed pgleeson closed 7 years ago

pgleeson commented 7 years ago

selection_126

It's quite easy to accidentally click the cross for deleting an experiment when expanding exp info or switching between experiments...

pgleeson commented 7 years ago

One for @mattearnshaw...

mattearnshaw commented 7 years ago

fixed in https://github.com/mattearnshaw/org.geppetto.frontend/commit/5ee50090c641b5c66de58b67cdb7f705c6f56e9f

global undo would be the ideal...

tarelli commented 7 years ago

@mattearnshaw Create a PR to development when you'd like this to be reviewed! As for undo, we'd have to migrate the Project model first to use EMF which supports transactions, undo, etc. It's something I'd like to do at some point but not the smallest of tasks...

tarelli commented 7 years ago

Created a card to track the migration of Projects and Experiments to EMF https://github.com/openworm/org.geppetto/issues/541