-
Notifications
You must be signed in to change notification settings - Fork 118
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
TaskWarrior v3 #347
Comments
Yes, we will work on this. |
does this work only for taskchampion-sync-server, or would this also work with TW3's new recommended sync method of using a GCP bucket? |
I just build v2.0.0 using flutter run and trying to make work taskchampion sync but it doesn't seem to work. I enabled the toggle for taskchampion sync.
|
@its-me-abhishek Are you working on this? |
I have tested this locally, and it is working fine, i think @Darukutsu may have missed some points:
to some deployed values for using it on a mobile device, you may use the same containers/config as ccsync for development purposes, deploy the backend and sync-server container if you want to access the API + server anywhere. For development purposes, we can set up it using Docker with minimal changes to the backend side note: I think that you are using taskd for syncing, or are using Taskwarrior < 3.0, as the error says: Error:Server or credentials are missing in taskrc file but they are not needed in TW3.0 now, 53589 port suggests a taskd container, or I might be wrong.. |
@its-me-abhishek if i understand correctly I have to setup ccsync to be able to use this app with taskwarrior >= 3.0? When enabling toggle, it doesn't refreshes menu so I wasn't able to see CCsync credentials at first, that's why I was importing config to TASKRC which seemed natural because that's same thing I did on computer and it works. Do you plan to add option in menu to configure taskchampion-sync-server url or better parse config for 3.0 and above?
nono, that's because I run taskchampion-sync-server as systemd service and this is default set on arch by using |
Yep, you're right. The CCSync backend acts as a middle-ware for syncing/modifying tasks via the taskchampion-sync-server to your app/website, by running a series of commands for everything...
This seems to be a bug, I will look into it, and try to find a fix, thanks.
I have planned of implementing configurable url for taskchampion-sync-server on backend, have thought of adding an option under CCSync credentials for: |
I'm not too big a fan of having to rebuild the app to use this, is there a new tracking issue for a production-ready v3? |
I'm sorry this isn't the place to ask this, but is the steps needed to get this to work documented somewhere? I didn't really understand which steps to do in order to get this to work. My understanding is:
Is this correct? I tried to get into the slack-channel linked a few places here, but it seems like the link expired. |
Hey @martiege! You can find the documentation here: https://its-me-abhishek.github.io/ccsync-docs/ |
TaskWarrior has recently deprecated
taskd
and switched to taskchampion-sync-server. I don't know much about taskd or taskwarrior, but is there any chance for support for this new sync server?The text was updated successfully, but these errors were encountered: