pastalog icon indicating copy to clipboard operation
pastalog copied to clipboard

Delete all series of a model at once

Open nlessmann opened this issue 8 years ago • 5 comments

It would be very helpful to be able to delete an entire model with one click.

nlessmann avatar Apr 12 '16 14:04 nlessmann

Also related is to allow the Python bindings to programmatically delete data.

I think it would be helpful to first switch to using something like http://typicode.github.io/lowdb/ or http://brian.io/lawnchair/ for the JSON db backend.

felixlaumon avatar Apr 22 '16 04:04 felixlaumon

These are both really great ideas that I've also noticed while using the app. Sorry for the super late reply -- I haven't had the bandwidth to add new features, but if either of you were interested would welcome PR's.

rewonc avatar Jun 10 '16 19:06 rewonc

Related: the database keeps some sort of cache so restarting the server does not wipe the session. The only solutions I found are either to delete the whole dataset (the dataset dir and the two json files) or to change port.

fvisin avatar Jul 14 '16 20:07 fvisin

Any update on this ?

amartya18x avatar Apr 13 '17 16:04 amartya18x

I personally have not had time to do this -- but if you're interested in working on a PR, please do so.

rewonc avatar Apr 13 '17 18:04 rewonc