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

Parsing the tag storage #15

Open
kirillt opened this issue Mar 17, 2024 · 2 comments
Open

Parsing the tag storage #15

kirillt opened this issue Mar 17, 2024 · 2 comments

Comments

@kirillt
Copy link
Member

kirillt commented Mar 17, 2024

We need to read the tags from disk in order to construct the tag selector:

For this, we need to wait until the corresponding Rust crate is implemented:

@prokawsar
Copy link
Collaborator

@kirillt
We are using now localStorage as storage and working fine for parsing tags. Is it ok this issue?

@kirillt
Copy link
Member Author

kirillt commented Apr 13, 2024

@prokawsar localStorage is fine for prototype, but we'll need persistance on disk later. The tags will be persisted as plain file for easier data migration/backup/sync.

We do this in mobile Navigator app, data between Navigator and Gallery must be compatible. We define data format and other importand functions in Rust and inject the library into all our apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants