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

Decide About SQLite and User UI Preferences #31

Open
SAYaghoubnejad opened this issue Dec 12, 2024 · 1 comment
Open

Decide About SQLite and User UI Preferences #31

SAYaghoubnejad opened this issue Dec 12, 2024 · 1 comment
Assignees

Comments

@SAYaghoubnejad
Copy link
Contributor

Problem Statement:

Currently, user preferences are sent to a Zax node via an API call. The node stores these preferences in an SQLite database. However, there is no mechanism for syncing this data across multiple Zax nodes, leading to inconsistencies in distributed environments.

Proposed Solution:

Instead of storing user preferences in a central SQLite database, consider storing them locally in the user's browser. This approach can eliminate the need for synchronization between nodes and simplify the storage mechanism.

Copy link

linear bot commented Dec 12, 2024

TECH-64 Decide About SQLite and User UI Preferences

Problem Statement:

Currently, user preferences are sent to a Zax node via an API call. The node stores these preferences in an SQLite database. However, there is no mechanism for syncing this data across multiple Zax nodes, leading to inconsistencies in distributed environments.

Proposed Solution:

Instead of storing user preferences in a central SQLite database, consider storing them locally in the user's browser. This approach can eliminate the need for synchronization between nodes and simplify the storage mechanism.

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

No branches or pull requests

2 participants