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

TO-DO-MVP : Task states are not preserved. #123

Open
ark1n opened this issue Jul 22, 2016 · 3 comments
Open

TO-DO-MVP : Task states are not preserved. #123

ark1n opened this issue Jul 22, 2016 · 3 comments

Comments

@ark1n
Copy link

ark1n commented Jul 22, 2016

Action:

  1. Disconnect from the network
  2. Add some tasks
  3. Select some to change status to complete
  4. Kill the app
  5. Relaunch app

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.

@JoseAlcerreca
Copy link
Contributor

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.

@Rainer-Lang
Copy link
Contributor

Rainer-Lang commented Aug 5, 2016

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!).
So, for this special case here it's ok for me to live with this "defect", but it's not "nice".

@Zhuinden
Copy link

Zhuinden commented Jul 6, 2023

MVP branch is obsolete, this issue can be closed. Probably.

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

No branches or pull requests

4 participants