mutate_cpp icon indicating copy to clipboard operation
mutate_cpp copied to clipboard

Cannot Edit Project?

Open srasku opened this issue 4 years ago • 4 comments

As far as I can tell there's no way to edit a project. I would like to add a timeout. Some of the mutations are causing infinite loops and I would like to mitigate that.

srasku avatar Jul 10 '19 15:07 srasku

As quick fix, you could edit the database. It’s a plain SQLite file.

nlohmann avatar Jul 10 '19 16:07 nlohmann

Maybe a near term solution would be adding flask-admin to keep the editing in the tool a little more. https://flask-admin.readthedocs.io/en/latest/introduction/

s7726 avatar Jul 07 '20 04:07 s7726

PRs welcome! ;-)

nlohmann avatar Jul 07 '20 06:07 nlohmann

I created a script using the CLI commands (and I added a delete_project.py in #34) which could easily be used to reinstate the project with slightly different parameters (i.e. always create projects using CLI).

AlexisWilke avatar Aug 12 '23 21:08 AlexisWilke