-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
How to use sync feature? #42
Comments
Hi, the sync feature has been implemented on the frontend but the backend isn't finished yet. I'll have the instruction for it later when everything is ready. Thanks! |
@huytd I'm curious if you looked into automerge or other CRDT syncing projects for this feture? This app is a perfect project for using those |
@thangngoc89 Yes I did looked at |
I have some experience with synching using both and I’d say a custom built solution is the worst option :) . At least basing it on CRDT or OT |
Yeah I agree with you about that :D there's some other reason behind it, but we mostly want to try out to see how far we could go at first :D |
are there any news on that? some sort of sync across devices would be perfection. wonderful tool!! |
+1 For a sync feature! Love the app, but definitely need to be able to access the list from multiple devices! Looking forward to it! |
Thank guys! I just published a sync API specs, if you want to build the server yourself https://github.com/huytd/pomoday-v2/wiki/Pomoday-Backend-API-Specification The current frontend is already implemented to work if you follow this backend specs. |
@huytd is there a place (wiki) to list all the opensource backend implementation? I'm interested in building one with Cloudflare workers. Very cool project btw. Thanks. |
@tuananh hey, thanks. About your question, there's no actual list of backend implementations right now, a few people tried to implement the backend themselves before I published the backend specs, but they never released it. |
Hi,
I saw that there is now a new "login" command, after which tasks should be synced to a central server. There is no mention of what values to enter into this view and also no register command.
How can one use it? How to use it on the self hosted version?
The text was updated successfully, but these errors were encountered: