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

Robust error reporting and recovery #16

Open
ThatXliner opened this issue Feb 20, 2024 · 0 comments
Open

Robust error reporting and recovery #16

ThatXliner opened this issue Feb 20, 2024 · 0 comments
Labels
app Related to the mobile scouting app

Comments

@ThatXliner
Copy link
Member

Basically, we need to handle all of the potential error cases (e.g. no wifi, out of sync, etc) for all the places that can have errors (mutating the entry + initial fetch). Make sure retry functionality exist. Since we're using TanStack Query, this should be fairly easy. The only thing that would potentially make this task hard is that there are no existing (good) error UI implemented.

I haven't tested if the app works offline, so please test that. Ideally, we have some React state on the device that can be synced with the database when it can. The UI should not only reflect on the databases' state.

@ThatXliner ThatXliner added the app Related to the mobile scouting app label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Related to the mobile scouting app
Projects
None yet
Development

No branches or pull requests

1 participant