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

Cache puzzle data locally? #85

Open
Tracked by #81
apmwebdev opened this issue Jan 8, 2024 · 0 comments
Open
Tracked by #81

Cache puzzle data locally? #85

apmwebdev opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
data sync Related to syncing data between local, remote and in memory data stores enhancement New feature or request

Comments

@apmwebdev
Copy link
Owner

For offline mode to work, users should be able to cache puzzle data locally. Potentially, they should be able to do this without saving answer definitions, since those can take up a ton of space. Or maybe they should save only a single definition per answer, since that's all that is shown anyway?

It might make sense to cache puzzle data locally for performance reasons anyway. But again the answer definitions take up so much space that condensing this data somehow would probably be necessary.

Before this is implemented, need to figure out a better system for answer definitions than sending everything and only showing a bit of it.

@apmwebdev apmwebdev added enhancement New feature or request data sync Related to syncing data between local, remote and in memory data stores labels Jan 8, 2024
@apmwebdev apmwebdev self-assigned this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data sync Related to syncing data between local, remote and in memory data stores enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant