Skip to content

feat: make due field editable Added due field editing functionality t…#234

Merged
its-me-abhishek merged 1 commit intoCCExtractor:mainfrom
Hell1213:feat/make-due-field-editable
Nov 29, 2025
Merged

feat: make due field editable Added due field editing functionality t…#234
its-me-abhishek merged 1 commit intoCCExtractor:mainfrom
Hell1213:feat/make-due-field-editable

Conversation

@Hell1213
Copy link
Copy Markdown
Contributor

Added due field editing functionality. Users can set task due dates using a DatePicker component.

Backend:

  • Added Due field to EditTaskRequestBody model
  • Updated EditTaskHandler to extract and pass due parameter
  • Modified EditTaskInTaskwarrior to execute task modify due:value command

Frontend:

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend)
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable
  • Verified all tests pass
  • Updated documentation, if needed

Additional Notes

When users edit the due field, the backend executes task <id> modify due:YYYY-MM-DDT00:00:00. The DatePicker allows selecting dates, and the backend formats them to match Taskwarrior's expected format (same as wait field).

**Video Demo **

Screencast.from.2025-11-28.23-20-08.mp4

…o task details dialog. Users can now set and edit task due dates using a DatePicker.
@its-me-abhishek its-me-abhishek merged commit ebf6c3e into CCExtractor:main Nov 29, 2025
4 checks passed
ShivaGupta-14 pushed a commit to ShivaGupta-14/ccsync that referenced this pull request Dec 25, 2025
…o task details dialog. Users can now set and edit task due dates using a DatePicker. (CCExtractor#234)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants