|
|
|
|
|
by theli0nheart
5589 days ago
|
|
So this is how Breakup Notifier does it. It checks to see that the data is there. If at any point in time, the data I'm looking for is unavailable, I mark that field as "stale", don't vouch for the validity of its contents, and remove the ability for the user of the app to view that data. When it comes back online, I mark it as not stale, and if it differs from the previous (non-stale) version, I send out an email. |
|