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

Configuration parameter for data update strategy #88

Closed
orontee opened this issue Feb 7, 2024 · 2 comments
Closed

Configuration parameter for data update strategy #88

orontee opened this issue Feb 7, 2024 · 2 comments
Labels
enhancement New feature or request translation

Comments

@orontee
Copy link
Owner

orontee commented Feb 7, 2024

Context

I often launch the application many successive time and I am annoyed by it fetching new data at evey startup.

Analysis

Add configuration parameter to select update strategy:

  • only manually,
  • hourly when obsolete (thus can be skipped at startup if restored state is recent)
  • hourly since application startup (current behavior, will be the default strategy).
@orontee orontee added the enhancement New feature or request label Feb 7, 2024
@orontee orontee added this to the Next release milestone Feb 7, 2024
orontee added a commit that referenced this issue Feb 7, 2024
@orontee
Copy link
Owner Author

orontee commented Feb 7, 2024

Implementation ready, testing.

@orontee
Copy link
Owner Author

orontee commented Feb 7, 2024

Not clear whether all that stuff related to periodic data update is really needed. Let's keep things simple for now. I am closing this but let's keep the code ready.

I changed my mind after first experiments. The UI should not mention the hourly refresh which is confusing and not useless I guess, but being able to choose the refresh strategy at startup is nice. Landed on main branch.

@orontee orontee closed this as completed Feb 7, 2024
orontee added a commit that referenced this issue Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request translation
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant