You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to let users set an activity buffer (cache size) which we will immediately fill with activities. When an activity is viewed it gets removed from the buffer (when there are 10 empty spaces we re-fill it).
This way:
a) The user doesn't need network connectivity
b) The user never has to wait for the next set of activities to load
This will be slightly tricky since we will need to think about filtering and stuff like that. Maybe the buffer could be used as a backup in case there is no internet connection.
I'm going to say this will likely not be targeted for the demo, but it's something I'd like to do long term.
The text was updated successfully, but these errors were encountered:
I want to let users set an activity buffer (cache size) which we will immediately fill with activities. When an activity is viewed it gets removed from the buffer (when there are 10 empty spaces we re-fill it).
This way:
a) The user doesn't need network connectivity
b) The user never has to wait for the next set of activities to load
This will be slightly tricky since we will need to think about filtering and stuff like that. Maybe the buffer could be used as a backup in case there is no internet connection.
I'm going to say this will likely not be targeted for the demo, but it's something I'd like to do long term.
The text was updated successfully, but these errors were encountered: