Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Database #121

Open
ethansocal opened this issue Aug 16, 2021 · 1 comment
Open

Error Database #121

ethansocal opened this issue Aug 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ethansocal
Copy link
Contributor

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 ethansocal added the enhancement New feature or request label Aug 16, 2021
@ethansocal ethansocal self-assigned this Aug 16, 2021
@eniraa
Copy link
Contributor

eniraa commented Aug 17, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants