JokeAPI icon indicating copy to clipboard operation
JokeAPI copied to clipboard

Improve submissions script

Open Sv443 opened this issue 4 years ago • 0 comments

The submissions script was made a lot better in v2.3.2 but it can still be improved:

TODO:

  • [x] Enforce strict joke format
  • [x] Trim whitespaces at beginning and end
  • [x] Prevent duplicates (#345)
  • [ ] Add caching (#356)

Bugs:

  • [ ] Sometimes when pressing an invalid key the prompt will exit randomly (not a fatal bug but annoying)
  • [x] Error when joke file of a submission doesn't exist #350

Sv443 avatar Oct 28 '21 18:10 Sv443