wtpython icon indicating copy to clipboard operation
wtpython copied to clipboard

Error Database

Open ethansocal opened this issue 4 years ago • 1 comments

Suggestion

Once WTPython becomes more modular, add a backend for an error database with common errors and how to solve them.

Implementation ideas

  • A small list of error names and such within the package
  • Preferred: A Django website with an api for error searching that could be updated over time to include more errors

ethansocal avatar Aug 16 '21 18:08 ethansocal

I'm not sure that Django is necessary for an error searching API. For simple applications like this, I think Flask would be easier.

Furthermore, if there are plans to make a website, that should probably be in a separate repository.

eniraa avatar Aug 17 '21 02:08 eniraa