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

Improve Initial Data Synchronization by Bundling Data with Application #15

Open
2 tasks done
akdasa opened this issue Aug 5, 2024 · 0 comments
Open
2 tasks done
Assignees
Labels
enhancement New feature or request feature New feature request

Comments

@akdasa
Copy link
Member

akdasa commented Aug 5, 2024

Problem Statement:

Downloading initial data takes a significant amount of time, even though the amount of data is not very large. Users have to wait until synchronization is completed in order to start using the application.

Proposed Solution:

  1. Bundle the application with the initial data and populate the database with that data on the first start. This might include track information and search index data. This approach should be faster and improve the user experience.
  2. Download zip with all required data and use it to populate database.

Implementation Plan:

@akdasa akdasa added enhancement New feature or request feature New feature request labels Aug 5, 2024
@akdasa akdasa self-assigned this Aug 29, 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 feature New feature request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant