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

Mark entries in the UserRepository as OLD after some time #339

Open
saemy opened this issue Oct 7, 2019 · 1 comment
Open

Mark entries in the UserRepository as OLD after some time #339

saemy opened this issue Oct 7, 2019 · 1 comment

Comments

@saemy
Copy link
Collaborator

saemy commented Oct 7, 2019

Currently, users that have been loaded into UserRepository are never reloaded. For long-living apps, updates to a user's profile on the website are never showing up in the app.

Mark entries in the UserRepository as OLD after some time (how long?) s.t. they get reloaded from the website.

@sgelb
Copy link
Collaborator

sgelb commented Oct 14, 2019

I would think that most user profiles are pretty static, so perhaps once a day and/or the possibility of pull-to-refresh?

saemy added a commit that referenced this issue Oct 16, 2019
Enables one to reload a user resource by swiping down in the user
fragment. This is helpful to e.g. see new feedback or when the user
was last active in case the app stays open for some time.

Updates #339.
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

2 participants