Watson icon indicating copy to clipboard operation
Watson copied to clipboard

[WIP] Add the capability to remove a given project and all related frames

Open jnsebgosselin opened this issue 6 years ago • 2 comments

Fixes #192

  • [x] Add a method to Watson class to delete project by name
  • [ ] Add the functionality to the CLI
  • [ ] Add tests
  • [ ] Update documentation

jnsebgosselin avatar Jun 04 '18 18:06 jnsebgosselin

Thanks for the PR!

As it's a dangerous operation, I think we should ask the user for confirmation. Here is a pattern for doing that with Click: http://click.pocoo.org/5/options/#yes-parameters

Ideally, we should also tell the user how many frames this will delete.

k4nar avatar Jun 05 '18 08:06 k4nar

@k4nar for the pointer.

I agree. I'll do that when I implement this feature in the CLI.

jnsebgosselin avatar Jun 05 '18 11:06 jnsebgosselin