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

Data should be saved in a database rather than in local json files #2

Open
martinlevesque opened this issue Nov 28, 2018 · 2 comments

Comments

@martinlevesque
Copy link

martinlevesque commented Nov 28, 2018

The boards data are currently saved as json files as far as I can see. They should be saved using any database. And maybe there could be a mode without any persitence - everything streamed over WS.

mkipcak added a commit to mkipcak/whitebophir that referenced this issue Mar 18, 2020
@dazsmith
Copy link

Json has the advantage of very easy automated backup, server side.

@lovasoa
Copy link
Owner

lovasoa commented Apr 10, 2020

yes, saving boards as simple files also has its advantages. Ideally, we would have several persistence backends between which the user could choose.

see #21

lovasoa added a commit that referenced this issue Feb 19, 2021
Adds support for query parameter "hideMenu" (attempt #2)
sents pushed a commit to sents/whitebophir that referenced this issue May 11, 2021
Update to latest base version of WBO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants