-
Notifications
You must be signed in to change notification settings - Fork 11.7k
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
TO-DO-MVP : Task states are not preserved. #123
Comments
We are aware of that, let's use this issue to discuss it. It was initially done this way to make the samples simpler but it makes having a disk persistance layer useless. The problem is that the external API is fake so the app is always reset to the initial state. |
For my understanding, software should react always correct and as expected. Maybe it's possible to fake the external API in that way that the data is fetched from db. Anyway, these blueprints aren't exactly real apps with real behavior. They're more for demonstrating purposes of different architectures (and this they're doing really good!). |
MVP branch is obsolete, this issue can be closed. Probably. |
Action:
Expected - Tasks with their states are available
Observed - "You have no TO-DOs" as cache was seen as dirty & data is tried to be retrieved from the network.
The text was updated successfully, but these errors were encountered: