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

Allow settings and cache to be saved in arbitrary location #73

Open
JavLuv opened this issue Oct 20, 2022 · 0 comments
Open

Allow settings and cache to be saved in arbitrary location #73

JavLuv opened this issue Oct 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JavLuv
Copy link
Owner

JavLuv commented Oct 20, 2022

This feature will allow multiple machines to share a single collection, and enable portable app support.

I'll need to split settings into local and shared settings. Obviously, local settings are stored in the same location as currently. It will also point to the shared settings file, which will default to where local settings are stored. Will need to consider which settings belong locally and which should be shared.

Issues to deal with:

  • The user can't be allowed to edit the data simultaneously on multiple machines.
  • The user will be required to keep their versions of JavLuv synced, or otherwise data loss could occur, even if only in settings.
  • Will need to split out path root into local settings, in case a network drive is mapped X: on one machine and Y: on another
@JavLuv JavLuv added the enhancement New feature or request label Oct 20, 2022
@JavLuv JavLuv self-assigned this Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant