levibostian / Wendy-Android

Build offline first Android mobile apps. Remove loading screens, perform tasks instantly.
https://levibostian.github.io/Wendy-Android/wendy/
MIT License
64 stars 16 forks source link

How to handle errors when `PendingTask` is part of a group. #24

Closed levibostian closed 6 years ago

levibostian commented 6 years ago

Use case:

What should we do with the remaining 2 tasks in that group?

I believe that Wendy should not delete the task. Currently, that is a good size bug that could cause issues because you're trusting with groups, they must all run in successful order from start to finish.

levibostian commented 6 years ago

Idea: