taskwarrior-flutter
taskwarrior-flutter copied to clipboard
feat: Implemented websocket to receive status about the job
Description
Implemented Websockets for getting job status for tasks
Fixes #434
Checklist
- [x] Tests have been added or updated to cover the changes
- [ ] Documentation has been updated to reflect the changes
- [ ] Code follows the established coding style guidelines
- [ ] All tests are passing
this should be WIP as #429 is yet to be merged
Hey @its-me-abhishek , I've implemented websockets here but add-task request is not being sent after creating task in this branch but it works in main branch. Do you have any idea? could you please check once what's mistake here?
while other operations such as mark as complete, delete is working but add-task is not working. Haven't made any changes related to it.
Handlers need to be updated as CCSync now supports tags Have opened a relevant issue for the app already Maybe that could be related as you would be missing tags field in the payload
Handlers need to be updated as CCSync now supports tags Have opened a relevant issue for the app already Maybe that could be related as you would be missing tags field in the payload
Ok let me try that as well
Update: Error was not related to tags actually The problem is with due date; It's required.
@SGI-CAPP-AT2, is this Issue resolved?