refactor: batched commands into single command#424
refactor: batched commands into single command#424its-me-abhishek merged 4 commits intoCCExtractor:mainfrom
Conversation
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
its-me-abhishek
left a comment
There was a problem hiding this comment.
This seems to have some copilot comments that are not really intended, need to be removed and reverted(if any were changed).
its-me-abhishek
left a comment
There was a problem hiding this comment.
Please look into it, also there are a few conflicts due to recent merges so kindly fix them.
backend/models/request_body.go
Outdated
| Annotations []Annotation `json:"annotations"` | ||
| } | ||
|
|
||
| type EditTaskParams struct { |
There was a problem hiding this comment.
why not directly use the Edit task request body, though?
There was a problem hiding this comment.
this can be removed
Description
Batched command execution
added UUID based identification
added EditTaskParams struct for future extensibility.
Fixes: Refactor EditTaskInTaskwarrior: Batch CLI Operations & Isolation Fix #372
Checklist
npx prettier --write .(for formatting)gofmt -w .(for Go backend)npm test(for JS/TS testing)Additional Notes