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

Improve error handling across the code base #4

Open
vedxyz opened this issue Nov 12, 2022 · 0 comments
Open

Improve error handling across the code base #4

vedxyz opened this issue Nov 12, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request priority:high

Comments

@vedxyz
Copy link
Owner

vedxyz commented Nov 12, 2022

In order to iterate quickly while being developed as a proof of concept, most error handling was completely skipped. While the app can work for the most part without errors, it certainly needs to be much more resilient.

Some pain points off the top of my head are:

  • Login sequence does not check errors, probably fails hard with any incorrect steps
  • Session timeout is not checked for at all
  • The existence of an internet connection is not checked
@vedxyz vedxyz added bug Something isn't working enhancement New feature or request priority:high labels Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request priority:high
Projects
None yet
Development

No branches or pull requests

1 participant