taskwarrior-flutter icon indicating copy to clipboard operation
taskwarrior-flutter copied to clipboard

feat: Implemented websocket to receive status about the job

Open SGI-CAPP-AT2 opened this issue 10 months ago • 6 comments

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

SGI-CAPP-AT2 avatar Jan 23 '25 17:01 SGI-CAPP-AT2

this should be WIP as #429 is yet to be merged

SGI-CAPP-AT2 avatar Jan 23 '25 17:01 SGI-CAPP-AT2

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.

SGI-CAPP-AT2 avatar Jan 24 '25 13:01 SGI-CAPP-AT2

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

its-me-abhishek avatar Jan 24 '25 15:01 its-me-abhishek

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

SGI-CAPP-AT2 avatar Jan 24 '25 16:01 SGI-CAPP-AT2

Update: Error was not related to tags actually The problem is with due date; It's required.

SGI-CAPP-AT2 avatar Jan 27 '25 11:01 SGI-CAPP-AT2

@SGI-CAPP-AT2, is this Issue resolved?

Pavel401 avatar Oct 28 '25 03:10 Pavel401