Slide 15
Slide 15 text
@elmd_ @KwintenP
What we need is a list of jokes that is cached.
This cache should be updated every 10 seconds.
If the call fails, we obviously want to retry this
call every 5 seconds, but only when we are
online. Makes no sense to retry with no internet
connection. Now, these jokes should be shown
on the screen but only update on demand when
the user requests an update… oh and don't forget
to notify the user that there is new data available.
And obviously everything, the polling interval, the
notifications and polling itself must be
configurable. In case one of these settings are
updated, we must restart everything!
Request from your Manager
”